summaryrefslogtreecommitdiffstats
path: root/sbin/init.d/network
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 15:09:58 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 12:03:42 +0200
commit6b3930beccbaece638d47bc4a2d5d62c9041117a (patch)
treec872b98adb3762da2974500aa4414b6d51114973 /sbin/init.d/network
parent[RELEASE] init-scripts-0.3.24 (diff)
downloadinit-scripts-0.3.25.tar.gz
[RELEASE] init-scripts-0.3.25v0.3.25
Diffstat (limited to 'sbin/init.d/network')
-rwxr-xr-xsbin/init.d/network2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/init.d/network b/sbin/init.d/network
index cc95505..7e6714b 100755
--- a/sbin/init.d/network
+++ b/sbin/init.d/network
@@ -14,6 +14,7 @@
# [no] multicast
# shutdown
# ip route <ip/mask> <gw> [ip args...]
+# vrrp ... (ignored by this script)
# we want ALL instances to stop and restart at once
if [ "$1" = "restart" ]; then
@@ -37,6 +38,7 @@ option mtu standard_option
option arp boolean_option 1
option multicast boolean_option 1
option shutdown boolean_option
+option vrrp multiple_option
SVC_VARS="addr_list route_list addr_idx route_idx"