diff options
author | Bill Nottingham <notting@redhat.com> | 2007-01-17 19:41:50 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-01-17 19:41:50 +0000 |
commit | adcc4226f5be5723c56a953eb5e81b295f471686 (patch) | |
tree | 10ddd851fb57bd08a800673f1a3fa05068c5f716 /ppp/ipv6-up | |
parent | 52d87732faf849307b73817a3b93525d87cf8bb4 (diff) | |
download | initscripts-adcc4226f5be5723c56a953eb5e81b295f471686.tar initscripts-adcc4226f5be5723c56a953eb5e81b295f471686.tar.gz initscripts-adcc4226f5be5723c56a953eb5e81b295f471686.tar.bz2 initscripts-adcc4226f5be5723c56a953eb5e81b295f471686.tar.xz initscripts-adcc4226f5be5723c56a953eb5e81b295f471686.zip |
remove NETWORKING_IPV6
Diffstat (limited to 'ppp/ipv6-up')
-rw-r--r-- | ppp/ipv6-up | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppp/ipv6-up b/ppp/ipv6-up index 2fe075d9..92588b98 100644 --- a/ppp/ipv6-up +++ b/ppp/ipv6-up @@ -23,7 +23,6 @@ # Version: 2006-08-02 # # Uses following information from "/etc/sysconfig/network": -# NETWORKING_IPV6=yes|no: controls IPv6 initialization (global setting) # IPV6_DEFAULTDEV=<device>: controls default route (optional) # # Uses following information from "/etc/sysconfig/network-scripts/ifcfg-$1": @@ -54,9 +53,6 @@ source_config # Test whether IPv6 configuration is enabled for this interface, else stop [ "$IPV6INIT" = "yes" ] || exit 0 -# Test whether IPv6 should be configured, else stop -[ "${NETWORKING_IPV6}" = "yes" ] || exit 0 - [ -f /etc/sysconfig/network-scripts/network-functions-ipv6 ] || exit 1 . /etc/sysconfig/network-scripts/network-functions-ipv6 |