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/vrf.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/vrf.xml.in')
| -rw-r--r-- | interface-definitions/vrf.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
