diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-14 14:28:19 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-14 14:28:19 -0800 |
commit | cc96e430b58089be4f4c4dbae5de0f3a3e5b17ae (patch) | |
tree | 76479b21f2ce9fc3c2d3fc0ff6a470b6ac40bd58 /sysconf/vyatta-sysctl.conf | |
parent | badf8ff9abe22133cdccb269f22fa06f8ba1113f (diff) | |
download | vyatta-cfg-system-cc96e430b58089be4f4c4dbae5de0f3a3e5b17ae.tar.gz vyatta-cfg-system-cc96e430b58089be4f4c4dbae5de0f3a3e5b17ae.zip |
Add sysctl to control IPV6 address flush
Bug 3696
This adds parameter to keep Vyatta IPV6 behavior
Diffstat (limited to 'sysconf/vyatta-sysctl.conf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index a9ee1c97..01d2f390 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -66,3 +66,7 @@ net.ipv6.conf.default.accept_source_route=-1 # Disable ipv6 accept_redirects by default net.ipv6.conf.default.accept_redirects=0 + +# Keep address when interface goes down +net.ipv6.conf.default.address_flush=0 + |