diff options
| -rw-r--r-- | interface-definitions/system-ip.xml.in | 3 | ||||
| -rw-r--r-- | interface-definitions/system-ipv6.xml.in | 1 | 
2 files changed, 3 insertions, 1 deletions
diff --git a/interface-definitions/system-ip.xml.in b/interface-definitions/system-ip.xml.in index 1fa63d517..b43100418 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"> 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>  | 
