diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2020-06-22 23:04:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 22:04:57 +0200 |
commit | a8ae4f46a5d0e059f2ca1181c7730b81179160f8 (patch) | |
tree | cf94ee90a6bd70fc4bcb65a01bc7d485ab4238cc /interface-definitions | |
parent | 7945c491fb7ed2ba7462dd2e12051ad8ce9b7e56 (diff) | |
download | vyos-1x-a8ae4f46a5d0e059f2ca1181c7730b81179160f8.tar.gz vyos-1x-a8ae4f46a5d0e059f2ca1181c7730b81179160f8.zip |
rip: T2547: rewriten implementation in Python and XML
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-rip.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/protocols-rip.xml.in b/interface-definitions/protocols-rip.xml.in index a9c295f4c..107f0e0d5 100644 --- a/interface-definitions/protocols-rip.xml.in +++ b/interface-definitions/protocols-rip.xml.in @@ -2,7 +2,7 @@ <interfaceDefinition> <node name="protocols"> <children> - <node name="nrip" owner="${vyos_conf_scripts_dir}/protocols_rip.py"> + <node name="rip" owner="${vyos_conf_scripts_dir}/protocols_rip.py"> <properties> <help>Routing Information Protocol (RIP) parameters</help> </properties> |