summaryrefslogtreecommitdiffstats
path: root/tests/conntrackd/netns/conntrackd-nsr1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conntrackd/netns/conntrackd-nsr1.conf')
-rw-r--r--tests/conntrackd/netns/conntrackd-nsr1.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/conntrackd/netns/conntrackd-nsr1.conf b/tests/conntrackd/netns/conntrackd-nsr1.conf
new file mode 100644
index 0000000..c79eff5
--- /dev/null
+++ b/tests/conntrackd/netns/conntrackd-nsr1.conf
@@ -0,0 +1,37 @@
+Sync {
+ Mode FTFW {
+ }
+ Multicast {
+ IPv4_address 225.0.0.50
+ Group 3780
+ IPv4_interface 192.168.100.2
+ Interface veth2
+ SndSocketBuffer 1249280
+ RcvSocketBuffer 1249280
+ Checksum on
+ }
+}
+General {
+ HashSize 32768
+ HashLimit 131072
+ LogFile on
+ LockFile /var/lock/conntrack-nsr1.lock
+ UNIX {
+ Path /var/run/conntrackd-nsr1.ctl
+ }
+ NetlinkBufferSize 2097152
+ NetlinkBufferSizeMaxGrowth 8388608
+ Filter From Userspace {
+ Protocol Accept {
+ TCP
+ SCTP
+ DCCP
+ }
+ Address Ignore {
+ IPv4_address 127.0.0.1
+ IPv4_address 192.168.10.1
+ IPv4_address 10.0.10.1
+ IPv4_address 192.168.100.2
+ }
+ }
+}