diff options
| author | Maciej Żenczykowski <maze@google.com> | 2022-04-11 17:17:11 -0700 |
|---|---|---|
| committer | Maciej Żenczykowski <maze@google.com> | 2022-04-11 17:27:26 -0700 |
| commit | 7219cfeeff4c49763c9458c3abd23584b4947936 (patch) | |
| tree | 830b8b3c86d0fa9b6be84828b337ddeceb663ad7 /server/ControllersTest.cpp | |
| parent | b50e20abac950175fc91c09256ebc8b15d1ce456 (diff) | |
remove specific clat iptables drop rules
these are now obsoleted by the CLATMARK based ebpf + ip6tables logic
(generated via removing clat_raw_PREROUTING and everything that referenced it)
Test: builds, TreeHugger, flashed an oriole, observed ping 8.8.8.8 behaviour on GoogleGuest v6-only network
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I1bccfed0dfa6bd7f211979294da29884142481dc
Diffstat (limited to 'server/ControllersTest.cpp')
| -rw-r--r-- | server/ControllersTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/ControllersTest.cpp b/server/ControllersTest.cpp index e6487e33..9033a1d3 100644 --- a/server/ControllersTest.cpp +++ b/server/ControllersTest.cpp @@ -98,8 +98,6 @@ TEST_F(ControllersTest, TestInitIptablesRules) { "-F PREROUTING\n" ":idletimer_raw_PREROUTING -\n" "-A PREROUTING -j idletimer_raw_PREROUTING\n" - ":clat_raw_PREROUTING -\n" - "-A PREROUTING -j clat_raw_PREROUTING\n" ":bw_raw_PREROUTING -\n" "-A PREROUTING -j bw_raw_PREROUTING\n" ":tetherctrl_raw_PREROUTING -\n" |
