From 4d11715bd936d5d111bb3cd6e289ef2b3c3c218a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 11 May 2021 19:15:51 +0200 Subject: conntrack: T3535: migrate codebase from vyatta-conntrack-sync --- .../service_conntrack-sync.xml.in | 168 +++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 interface-definitions/service_conntrack-sync.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/service_conntrack-sync.xml.in b/interface-definitions/service_conntrack-sync.xml.in new file mode 100644 index 000000000..45d211479 --- /dev/null +++ b/interface-definitions/service_conntrack-sync.xml.in @@ -0,0 +1,168 @@ + + + + + + + Connection tracking synchronization + 995 + + + + + Protocols for which local conntrack entries will be synced + + tcp udp icmp sctp + + + tcp + Sync Transmission Control Protocol conntrack entries + + + udp + Sync User Datagram Protocol conntrack entries + + + icmp + Sync Internet Control Message Protocol conntrack entries + + + sctp + Sync Stream Control Transmission Protocol conntrack entries + + + ^(tcp|udp|icmp|sctp)$ + + Allowed protocols: tcp udp icmp or sctp + + + + + + Directly injects the flow-states into the in-kernel Connection Tracking System of the backup firewall. + + + + + + Queue size for local conntrack events + + u32 + Queue size in MB + + + 8 + + + + Protocol for which expect entries need to be synchronized + + all ftp sip h323 nfs sqlnet + + + ^(all|ftp|sip|h323|nfs|sqlnet)$ + + Invalid protocol + + + + + + Failover mechanism to use for conntrack-sync + + + + + Cluster as failover-mechanism to use for conntrack-sync + + + + + Cluster group [DEPRECATED] + + + + + + + VRRP as failover-mechanism to use for conntrack-sync + + + + + VRRP sync group [REQUIRED] + + high-availability vrrp sync-group + + + + + + + + + + IP addresses for which local conntrack entries will not be synced + + ipv4 + IPv4 address to ignore + + + ipv4net + IPv4 prefix to ignore + + + ipv6 + IPv6 address to ignore + + + ipv6net + IPv6 prefix to ignore + + + + + + + + + + + Interface to use for syncing conntrack entries + + + + + + + + IP address of the peer to send the UDP conntrack info too. This disable multicast. + + + + + #include + + + Multicast group to use for syncing conntrack entries + + + + + 225.0.0.50 + + + + Queue size for syncing conntrack entries + + u32 + Queue size in MB + + + 1 + + + + + + -- cgit v1.2.3