diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-24 13:14:48 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-24 14:43:53 +0100 |
commit | 42f91ee461589f1a407a2ceec8c63dd889f4a609 (patch) | |
tree | 00a70bacb97a86dd26b68a3296b5a4f503659caf /Makefile | |
parent | 5834355b6342b7f9ab43da8e97b519f112693d09 (diff) | |
download | vyos-1x-42f91ee461589f1a407a2ceec8c63dd889f4a609.tar.gz vyos-1x-42f91ee461589f1a407a2ceec8c63dd889f4a609.zip |
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!
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ interface_definitions: $(config_xml_obj) rm -f $(TMPL_DIR)/vpn/node.def rm -f $(TMPL_DIR)/vpn/ipsec/node.def rm -rf $(TMPL_DIR)/vpn/nipsec - rm -rf $(TMPL_DIR)/protocols/nospfv3 # XXX: required until OSPF and RIP is migrated from vyatta-cfg-quagga to vyos-1x mkdir $(TMPL_DIR)/interfaces/loopback/node.tag/ipv6 |