diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-25 18:53:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-25 19:15:14 +0100 |
commit | ae72c771677b36d7c00369d1bc7467734a93b886 (patch) | |
tree | af4baf7f2b781a0952c586d46bcae3bcc3db5be9 /interface-definitions/system-ipv6.xml.in | |
parent | 382d5aa16d81b745e522a14122b429750ee64789 (diff) | |
download | vyos-1x-ae72c771677b36d7c00369d1bc7467734a93b886.tar.gz vyos-1x-ae72c771677b36d7c00369d1bc7467734a93b886.zip |
T4319: "system ip(v6)" must run before any interface operation
(cherry picked from commit 87ccafd06b897b63f847e6b47cf72b951b0ed223)
Diffstat (limited to 'interface-definitions/system-ipv6.xml.in')
-rw-r--r-- | interface-definitions/system-ipv6.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system-ipv6.xml.in b/interface-definitions/system-ipv6.xml.in index 5ee7adf54..ff1080544 100644 --- a/interface-definitions/system-ipv6.xml.in +++ b/interface-definitions/system-ipv6.xml.in @@ -5,6 +5,7 @@ <node name="ipv6" owner="${vyos_conf_scripts_dir}/system-ipv6.py"> <properties> <help>IPv6 Settings</help> + <!-- must be before any interface, check /opt/vyatta/sbin/priority.pl --> <priority>290</priority> </properties> <children> |