From 46a3920aba397924b404ecd2c1284af0b9f8379b Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 25 Mar 2021 16:53:55 -0500 Subject: configd: T3426: include bgp, isis, ospf and static protocols in processing vyos-configd now supports calling a script with a passed argument; re-include the conf_mode scripts that were excluded in ba251b3f2c. --- data/configd-include.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/configd-include.json b/data/configd-include.json index 76b2e660f..eed858363 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -33,12 +33,16 @@ "ntp.py", "policy-local-route.py", "protocols_bfd.py", +"protocols_bgp.py", "protocols_igmp.py", +"protocols_isis.py", "protocols_mpls.py", +"protocols_ospf.py", "protocols_ospfv3.py", "protocols_pim.py", "protocols_rip.py", "protocols_ripng.py", +"protocols_static.py", "protocols_static_multicast.py", "salt-minion.py", "service_console-server.py", -- cgit v1.2.3