diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-11-25 13:22:27 -0600 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-11-25 13:22:27 -0600 |
| commit | 671210b3c0b882d166eb83a248046e4f9ba16642 (patch) | |
| tree | 013c3d50163d4831e5c4653261a6d59df9843877 /interface-definitions | |
| parent | b49997d81c07431038720bed0ac178d08c40fb62 (diff) | |
| download | vyos-1x-671210b3c0b882d166eb83a248046e4f9ba16642.tar.gz vyos-1x-671210b3c0b882d166eb83a248046e4f9ba16642.zip | |
T8041: update comments referring to deprecated priority.pl
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> |
