From 952c52ef012504f17f09234ab1f7608ceb4002b1 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 11 Mar 2021 19:28:06 +0100 Subject: vrf: ospf: T2271: re-arrange xml include building blocks In order to fully re-use the XML based OSPF CLI definition for per-VRF routing, the file structure needs to be reorganized and the common OSPF definition is moved to its dedicated ospf-common-config.xml.i file, which can then be fully re-included at the VRF level. As the amount of include files now has reached a certain amount, this also introduces "per topic" subdirectories on the filesystem to keep a clean structure. --- .../include/ospf-authentication.xml.i | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 interface-definitions/include/ospf-authentication.xml.i (limited to 'interface-definitions/include/ospf-authentication.xml.i') diff --git a/interface-definitions/include/ospf-authentication.xml.i b/interface-definitions/include/ospf-authentication.xml.i deleted file mode 100644 index efb29c1f0..000000000 --- a/interface-definitions/include/ospf-authentication.xml.i +++ /dev/null @@ -1,56 +0,0 @@ - - - - Authentication - - - - - MD5 key id - - - - - MD5 key id - - u32:1-255 - MD5 key id - - - - - - - - - MD5 authentication type - - txt - MD5 Key (16 characters or less) - - - ^[^[:space:]]{1,16}$ - - Password must be 16 characters or less - - - - - - - - - Plain text password - - txt - Plain text password (8 characters or less) - - - ^[^[:space:]]{1,8}$ - - Password must be 8 characters or less - - - - - -- cgit v1.2.3