diff options
author | Bill Nottingham <notting@redhat.com> | 2002-11-12 04:15:58 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-11-12 04:15:58 +0000 |
commit | 67428c04a5f7ad98287a4254ad581767d73d7131 (patch) | |
tree | dd62d4958e002ee903aebf6d3cd6c55c022aed4c /ppp/ip-down.ipv6to4 | |
parent | 0d272a1007cc37b0c271ef66e7be83de65bb11c4 (diff) | |
download | initscripts-67428c04a5f7ad98287a4254ad581767d73d7131.tar initscripts-67428c04a5f7ad98287a4254ad581767d73d7131.tar.gz initscripts-67428c04a5f7ad98287a4254ad581767d73d7131.tar.bz2 initscripts-67428c04a5f7ad98287a4254ad581767d73d7131.tar.xz initscripts-67428c04a5f7ad98287a4254ad581767d73d7131.zip |
IPv6 update <pekkas@netcore.fi>, <pb@bieringer.de>
Diffstat (limited to 'ppp/ip-down.ipv6to4')
-rw-r--r-- | ppp/ip-down.ipv6to4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppp/ip-down.ipv6to4 b/ppp/ip-down.ipv6to4 index 268ff5d0..fa640d7a 100644 --- a/ppp/ip-down.ipv6to4 +++ b/ppp/ip-down.ipv6to4 @@ -9,7 +9,7 @@ # You will find more information in the IPv6-HowTo for Linux at # http://www.bieringer.de/linux/IPv6/ # -# Version 2002-01-25 +# Version 2002-10-30 # # Calling parameters: # $1: interface name @@ -30,7 +30,7 @@ # # IPV6_CONTROL_RADVD=yes|no: controls radvd triggering # IPV6_RADVD_PIDFILE=<file>: PID file of radvd for sending signals, default is "/var/run/radvd/radvd.pid" -# IPV6_RADVD_TRIGGER_ACTION=startstop|reload|restart|SIGHUP: how to trigger radvd [optional, default is SIGHUP] +# IPV6_RADVD_TRIGGER_ACTION=startstop|reload|restart|SIGHUP: how to trigger radvd (optional, default is SIGHUP) # @@ -105,7 +105,7 @@ if [ "$valid6to4config" = "yes" ]; then ipv6_trigger_radvd down "$IPV6_RADVD_TRIGGER_ACTION" $IPV6_RADVD_PIDFILE fi - if [ ! -z "$IPV6TO4_ROUTING" ]; then + if [ -n "$IPV6TO4_ROUTING" ]; then # Delete routes to local networks for devsuf in $IPV6TO4_ROUTING; do dev="`echo $devsuf | awk -F- '{ print $1 }'`" |