From fac6d728523aeaf8ab0faf3de7a41f7da3923616 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 7 Feb 2021 19:55:37 +0100 Subject: rip: T2547: migrate interface specific configuration under protocols rip --- interface-definitions/include/rip-interface.xml.i | 73 ++++++++++++++++++++++- 1 file changed, 70 insertions(+), 3 deletions(-) (limited to 'interface-definitions/include/rip-interface.xml.i') diff --git a/interface-definitions/include/rip-interface.xml.i b/interface-definitions/include/rip-interface.xml.i index f3f473a90..1d5e6f949 100644 --- a/interface-definitions/include/rip-interface.xml.i +++ b/interface-definitions/include/rip-interface.xml.i @@ -1,5 +1,5 @@ - + Interface name @@ -12,7 +12,74 @@ - - + + + + Authentication + + + + + MD5 key id + + u32:1-255 + OSPF key id + + + + + + + + + Authentication password + + txt + MD5 Key (16 characters or less) + + + ^[^[:space:]]{1,16}$ + + Password must be 16 characters or less + + + + + + + Plain text password + + txt + Plain text password (16 characters or less) + + + ^[^[:space:]]{1,16}$ + + Password must be 16 characters or less + + + + + + + Split horizon parameters + + + + + Disable split horizon on specified interface + + + + + + Disable split horizon on specified interface + + + + + + + -- cgit v1.2.3