diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-22 17:38:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-23 11:03:03 +0100 |
commit | 4ed4d822cfd1d1aad19982783066a5e2431889b4 (patch) | |
tree | ff838b1c170d656048d6b4ab5932dbe59024b0b2 /Makefile | |
parent | 93c0416efc685424a0750fe9cb9728d5e6450073 (diff) | |
download | vyos-1x-4ed4d822cfd1d1aad19982783066a5e2431889b4.tar.gz vyos-1x-4ed4d822cfd1d1aad19982783066a5e2431889b4.zip |
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!
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/nospf # XXX: required until OSPF and RIP is migrated from vyatta-cfg-quagga to vyos-1x mkdir $(TMPL_DIR)/interfaces/loopback/node.tag/ipv6 |