diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-23 18:40:57 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-23 18:41:51 +0100 |
commit | ba251b3f2c9f7535b8fa3571dc3cc492387f078c (patch) | |
tree | 2309d5031b313f2982ec0cd6dc0fb98660d7cc8b /data | |
parent | fbc1ce06eede24d34b339008f41dda70a0cb0ec7 (diff) | |
download | vyos-1x-ba251b3f2c9f7535b8fa3571dc3cc492387f078c.tar.gz vyos-1x-ba251b3f2c9f7535b8fa3571dc3cc492387f078c.zip |
vyos.configd: T3423: exclude bgp, isis, ospf and static protocols from processing
vyos-configd does yet not support calling a script with a passed argument, thus
we will exclude the routing protocols during this time from the vyos-configd
processing.
Diffstat (limited to 'data')
-rw-r--r-- | data/configd-include.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index eed858363..76b2e660f 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -33,16 +33,12 @@ "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", |