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