Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions e2e/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func dllLoadedWindows(ctx context.Context, s *Scenario, dllName string) bool {
func getIPTablesRulesCompatibleWithEBPFHostRouting() (map[string][]string, []string) {
tablePatterns := map[string][]string{
"filter": {
`^-A INPUT -p udp -m udp --dport 68 -j ACCEPT$`,
`-A FORWARD -d 168.63.129.16/32 -p tcp -m tcp --dport 32526 -j DROP`,
`-A FORWARD -d 168.63.129.16/32 -p tcp -m tcp --dport 80 -j DROP`,
},
Expand Down
Loading