diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-03-01 14:17:57 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-03-01 14:17:57 -0800 |
commit | 572c2eba2e7019cc3ff26e45cc0a46f81424e852 (patch) | |
tree | d2ce34a2b4169e65a913dd0b1cda64d3f587af32 /templates/system | |
parent | 47469655928516c247348c052b6b72ab02fa09bc (diff) | |
download | vyatta-cfg-quagga-572c2eba2e7019cc3ff26e45cc0a46f81424e852.tar.gz vyatta-cfg-quagga-572c2eba2e7019cc3ff26e45cc0a46f81424e852.zip |
Bugfix 5377: strict-dad must be applied before interfaces are configured
Diffstat (limited to 'templates/system')
-rw-r--r-- | templates/system/ipv6/strict-dad/node.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/system/ipv6/strict-dad/node.def b/templates/system/ipv6/strict-dad/node.def index f3947eef..7f4572e9 100644 --- a/templates/system/ipv6/strict-dad/node.def +++ b/templates/system/ipv6/strict-dad/node.def @@ -1,3 +1,6 @@ + +priority: 290 # Must be run before any interfaces are configured + help: Disable IPv6 operation on interface when DAD fails on LL addr # Enable strict DAD behavior. Disable IPv6 operation on an interface |