Searched refs:forwardV4Match (Results 1 – 1 of 1) sorted by relevance
2895 std::vector<std::string> forwardV4Match = { in expectNatEnable() local2905 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatEnable()2926 std::vector<std::string> forwardV4Match = {"DROP"}; in expectNatDisable() local2927 EXPECT_TRUE(iptablesChainMatch(IPTABLES_PATH, FILTER_TABLE, TETHER_FORWARD, forwardV4Match)); in expectNatDisable()