Commit e1ffc30
configs: enable NF_CONNTRACK_ZONES and NETFILTER_XT_TARGET_CT
NF_CONNTRACK_ZONES=y
NETFILTER_XT_TARGET_CT=m
NF_CONNTRACK_ZONES enables support for connection tracking zones. Normally,
each connection needs to have a unique system wide identity. Connection
tracking zones allow to have multiple connections using the same
identity, as long as they are contained in different zones.
NETFILTER_XT_TARGET_CT adds a `CT' target, which allows to specify
initial connection tracking parameters like events to be delivered and
the helper to be used.
Enabling these two configs to support Istio DNS proxy feature.
Link: microsoft/WSL#8153
Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>1 parent 0c5b2ca commit e1ffc30
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
995 | | - | |
| 995 | + | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
| 1069 | + | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| |||
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
1104 | | - | |
| 1104 | + | |
1105 | 1105 | | |
1106 | 1106 | | |
1107 | 1107 | | |
| |||
0 commit comments