diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-03-01 14:17:57 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-03-01 15:46:45 -0800 |
commit | 64798aaac5ec06cf892379530e01a7a86487008b (patch) | |
tree | cc846cab4dcc574ff9c625927f0f2bde172cb6f9 /templates/system/ipv6 | |
parent | 56a8365cf12aa95f31a0c8ef71ade6d40551ffd6 (diff) | |
download | vyatta-cfg-system-64798aaac5ec06cf892379530e01a7a86487008b.tar.gz vyatta-cfg-system-64798aaac5ec06cf892379530e01a7a86487008b.zip |
Bugfix 5377: strict-dad must be applied before interfaces are configured
(cherry picked from commit 572c2eba2e7019cc3ff26e45cc0a46f81424e852)
Diffstat (limited to 'templates/system/ipv6')
-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 |