summaryrefslogtreecommitdiff
path: root/interface-definitions/system-ip.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-03-25 18:53:12 +0100
committerChristian Poessinger <christian@poessinger.com>2022-03-25 19:15:14 +0100
commitae72c771677b36d7c00369d1bc7467734a93b886 (patch)
treeaf4baf7f2b781a0952c586d46bcae3bcc3db5be9 /interface-definitions/system-ip.xml.in
parent382d5aa16d81b745e522a14122b429750ee64789 (diff)
downloadvyos-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.in3
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">