diff options
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/system_ip.xml.in | 2 | ||||
| -rw-r--r-- | interface-definitions/system_ipv6.xml.in | 2 | ||||
| -rw-r--r-- | interface-definitions/system_wireless.xml.in | 2 | ||||
| -rw-r--r-- | interface-definitions/vrf.xml.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/system_ip.xml.in b/interface-definitions/system_ip.xml.in index f2bb5bd8a..df9ffa24b 100644 --- a/interface-definitions/system_ip.xml.in +++ b/interface-definitions/system_ip.xml.in @@ -5,7 +5,7 @@ <node name="ip" owner="${vyos_conf_scripts_dir}/system_ip.py"> <properties> <help>IPv4 Settings</help> - <!-- must be before any interface, check /opt/vyatta/sbin/priority.pl --> + <!-- must be before any interface, check /usr/libexec/vyos/priority.py --> <priority>290</priority> </properties> <children> diff --git a/interface-definitions/system_ipv6.xml.in b/interface-definitions/system_ipv6.xml.in index dda00af38..6181152f1 100644 --- a/interface-definitions/system_ipv6.xml.in +++ b/interface-definitions/system_ipv6.xml.in @@ -5,7 +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 --> + <!-- must be before any interface, check /usr/libexec/vyos/priority.py --> <priority>290</priority> </properties> <children> diff --git a/interface-definitions/system_wireless.xml.in b/interface-definitions/system_wireless.xml.in index 834f8b624..2b7ed68d0 100644 --- a/interface-definitions/system_wireless.xml.in +++ b/interface-definitions/system_wireless.xml.in @@ -5,7 +5,7 @@ <node name="wireless" owner="${vyos_conf_scripts_dir}/system_wireless.py"> <properties> <help>Wireless (IEEE-802.11) subsystem settings</help> - <!-- must be before interface wireless, check /opt/vyatta/sbin/priority.pl --> + <!-- must be before interface wireless, check /usr/libexec/vyos/priority.py --> <priority>317</priority> </properties> <children> diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 0adbeadd9..317707cc5 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -3,7 +3,7 @@ <node name="vrf" owner="${vyos_conf_scripts_dir}/vrf.py"> <properties> <help>Virtual Routing and Forwarding</help> - <!-- must be before any interface, check /opt/vyatta/sbin/priority.pl --> + <!-- must be before any interface, check /usr/libexec/vyos/priority.py --> <priority>11</priority> </properties> <children> |
