diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-27 08:31:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-27 08:31:59 +0200 |
commit | ed55e23822c847225b304c06836713617cf61fd5 (patch) | |
tree | 7beab191b2f4cdd4ccc9dd24fb6343432318a4a9 /data/configd-include.json | |
parent | 654c8cad2daaf84a07e4664d2c0469a863a46bdc (diff) | |
parent | c2ae261706efcade8ce94e1958a810ac11abe20c (diff) | |
download | vyos-1x-ed55e23822c847225b304c06836713617cf61fd5.tar.gz vyos-1x-ed55e23822c847225b304c06836713617cf61fd5.zip |
Merge branch 't3579-conntrack' into current
* t3579-conntrack:
conntrack: T3535: add conntrack-sync supported vyos-configd services
conntrack: T3579: initial implementation with XML and Python
Diffstat (limited to 'data/configd-include.json')
-rw-r--r-- | data/configd-include.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index f241d0cb6..c3d59592a 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -1,5 +1,7 @@ [ "bcast_relay.py", +"conntrack.py", +"conntrack_sync.py", "dhcp_relay.py", "dhcpv6_relay.py", "dns_forwarding.py", |