diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-02-20 15:34:52 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-02-20 15:34:52 +0100 |
commit | ef75c856162976290dca8c089030319fe3b5a87c (patch) | |
tree | 06383ecb8c811150bb0bbe1925a0adba06c6569c /templates/interfaces/bridge | |
parent | ca0f430a50d795906ac2c1285009ff4ea3464d38 (diff) | |
download | vyatta-cfg-system-ef75c856162976290dca8c089030319fe3b5a87c.tar.gz vyatta-cfg-system-ef75c856162976290dca8c089030319fe3b5a87c.zip |
Bug #490: remove priority inversion in dhcpv6-options.
Seems to work with 319.
Diffstat (limited to 'templates/interfaces/bridge')
-rw-r--r-- | templates/interfaces/bridge/node.tag/dhcpv6-options/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/bridge/node.tag/dhcpv6-options/node.def b/templates/interfaces/bridge/node.tag/dhcpv6-options/node.def index d9c814ee..87e69255 100644 --- a/templates/interfaces/bridge/node.tag/dhcpv6-options/node.def +++ b/templates/interfaces/bridge/node.tag/dhcpv6-options/node.def @@ -7,7 +7,7 @@ # the DHCPv6 client using the new parameters. -priority: 317 # Run before interface has been configured +priority: 319 # Run before interface has been configured help: DHCPv6 options |