diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-11-26 19:23:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-26 19:23:57 +0000 |
| commit | 4832bde3d06342a9785f2774f8855812fc7070db (patch) | |
| tree | 013c3d50163d4831e5c4653261a6d59df9843877 /interface-definitions/system_ip.xml.in | |
| parent | b49997d81c07431038720bed0ac178d08c40fb62 (diff) | |
| parent | 671210b3c0b882d166eb83a248046e4f9ba16642 (diff) | |
| download | vyos-1x-4832bde3d06342a9785f2774f8855812fc7070db.tar.gz vyos-1x-4832bde3d06342a9785f2774f8855812fc7070db.zip | |
Merge pull request #4871 from jestabro/remove-perl-priority-refs
T8041: update comments referring to deprecated priority.pl
Diffstat (limited to 'interface-definitions/system_ip.xml.in')
| -rw-r--r-- | interface-definitions/system_ip.xml.in | 2 |
1 files changed, 1 insertions, 1 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> |
