From 4ed4d822cfd1d1aad19982783066a5e2431889b4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 22 Jan 2021 17:38:22 +0100 Subject: ospf: T3236: provide full protocol support in XML and Python This commit provides the implementation of the OSPF 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/include/ospf-route-map.xml.i | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 interface-definitions/include/ospf-route-map.xml.i (limited to 'interface-definitions/include/ospf-route-map.xml.i') diff --git a/interface-definitions/include/ospf-route-map.xml.i b/interface-definitions/include/ospf-route-map.xml.i new file mode 100644 index 000000000..8dc5b37da --- /dev/null +++ b/interface-definitions/include/ospf-route-map.xml.i @@ -0,0 +1,10 @@ + + + + Route map reference + + policy route-map + + + + -- cgit v1.2.3