diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-01-23 17:18:14 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 17:18:14 +0700 |
commit | 7a7fdc561f0c1dee994db4b3d616da2631cab9f4 (patch) | |
tree | ff838b1c170d656048d6b4ab5932dbe59024b0b2 /data/configd-include.json | |
parent | ed482498b0baffe0d0c6aecefebb806f09c1f0a7 (diff) | |
parent | 4ed4d822cfd1d1aad19982783066a5e2431889b4 (diff) | |
download | vyos-1x-7a7fdc561f0c1dee994db4b3d616da2631cab9f4.tar.gz vyos-1x-7a7fdc561f0c1dee994db4b3d616da2631cab9f4.zip |
Merge pull request #694 from c-po/t3236-ospf
T3236: Rewrite of OSPF in XML and Python notation
Diffstat (limited to 'data/configd-include.json')
-rw-r--r-- | data/configd-include.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index 8369f0e13..318ab0e14 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -34,6 +34,7 @@ "protocols_igmp.py", "protocols_isis.py", "protocols_mpls.py", +"protocols_ospf.py", "protocols_pim.py", "protocols_rip.py", "protocols_static_multicast.py", |