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-ip.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-ip.xml.in')
-rw-r--r-- | interface-definitions/system-ip.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in index 86fbe5701..6224d0be7 100644 --- a/interface-definitions/system-ip.xml.in +++ b/interface-definitions/system-ip.xml.in @@ -5,7 +5,8 @@ <node name="ip" owner="${vyos_conf_scripts_dir}/system-ip.py"> <properties> <help>IPv4 Settings</help> - <priority>400</priority> + <!-- must be before any interface, check /opt/vyatta/sbin/priority.pl --> + <priority>290</priority> </properties> <children> <node name="arp"> |