From 42f91ee461589f1a407a2ceec8c63dd889f4a609 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 24 Jan 2021 13:14:48 +0100 Subject: ospfv3: T3244: provide full protocol support in XML and Python This commit provides the implementation of the OSPFv3 (IPv6) CLI with a Jinja2 template that is loaded by FRR reload. It also contains some initial smoketests. There is yet no verify() implementation! --- interface-definitions/protocols-ospfv3.xml.in | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/protocols-ospfv3.xml.in b/interface-definitions/protocols-ospfv3.xml.in index 8ade1433d..7f80f9f9d 100644 --- a/interface-definitions/protocols-ospfv3.xml.in +++ b/interface-definitions/protocols-ospfv3.xml.in @@ -1,11 +1,10 @@ - - + - IPv6 Open Shortest Path First protocol (OSPFv3) parameters + Open Shortest Path First (OSPF) for IPv6 620 @@ -14,11 +13,11 @@ OSPFv3 Area u32 - OSPFv3 area in decimal notation + Area ID as a decimal value ipv4 - OSPFv3 area in dotted decimal notation + Area ID in IP address forma @@ -44,10 +43,18 @@ - OSPFv3 area interface + Enable routing on an IPv6 interface + + txt + Interface used for routing information exchange + + + ^(br|bond|dum|en|eth|gnv|peth|tun|vti|vxlan|wg|wlan)[0-9]+|lo$ + + -- cgit v1.2.3