Displaying 2 results from an estimated 2 matches for "disableinternalcache".
Did you mean:
disableexternalcache
2016 Apr 14
0
[Bug 1062] New: Kernel IPv6 event filtering not working
...ome IPv6 matching traffic, and see it syncing to the other node
* switch the config to userspace filtering
* launch some IPv6 matching traffic, the sync don't happen this time.
This is an example configuration in one of my nodes:
==== 8< ====
Sync {
Mode NOTRACK {
DisableInternalCache on
DisableExternalCache on
}
TCP {
IPv4_address 10.0.0.201
IPv4_Destination_Address 10.0.0.202
Port 3780
Interface eth0
Checksum on
SndSocketBuffer 12492800...
2020 Jul 24
1
[Bug 1445] New: conntrackd: segfaults when not disabling internal cache
...nent: conntrack-daemon
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: arturo at netfilter.org
Original bug report: https://bugs.debian.org/965021
Using a config file like this makes conntrackd segfault at startup:
=== 8< ===
Sync {
Mode NOTRACK {
# DisableInternalCache on
DisableExternalCache on
}
Multicast {
IPv4_address 225.0.0.50
Group 3780
IPv4_interface 10.10.73.3
Interface vl-asta
SndSocketBuffer 1249280
RcvSocketBuffer 1249280
Checksum on
}
Options {
# TCPWindowTracking...