diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-27 20:38:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-29 10:36:21 +0100 |
commit | ca75e23fee7e4c9f809e5cabf158e9aa749c997d (patch) | |
tree | 2ab43e75c00e40e0da08166d438df16443498af3 /Makefile | |
parent | 8979c546bd343c9d68f42bf1215cb1721a7c3206 (diff) | |
download | vyos-1x-ca75e23fee7e4c9f809e5cabf158e9aa749c997d.tar.gz vyos-1x-ca75e23fee7e4c9f809e5cabf158e9aa749c997d.zip |
rpki: T3255: 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.
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/nrpki # XXX: required until OSPF and RIP is migrated from vyatta-cfg-quagga to vyos-1x mkdir $(TMPL_DIR)/interfaces/loopback/node.tag/ipv6 |