summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2021-03-25 16:53:55 -0500
committerJohn Estabrook <jestabro@vyos.io>2021-03-25 16:53:55 -0500
commit46a3920aba397924b404ecd2c1284af0b9f8379b (patch)
treed4116fddaad9660b861b12640c99d637176d05ce
parentb3d914edcb506bb25c3798683cda341b8acbb0ad (diff)
downloadvyos-1x-46a3920aba397924b404ecd2c1284af0b9f8379b.tar.gz
vyos-1x-46a3920aba397924b404ecd2c1284af0b9f8379b.zip
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.
-rw-r--r--data/configd-include.json4
1 files changed, 4 insertions, 0 deletions
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",