Skip to content
Merged
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
2 changes: 2 additions & 0 deletions e2e/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func getIPTablesRulesCompatibleWithEBPFHostRouting() (map[string][]string, []str
"filter": {
`-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`,
`-A INPUT -p udp --dport 68 -j ACCEPT`,
Comment thread
santhoshmprabhu marked this conversation as resolved.
},
"mangle": {
`-A FORWARD -d 168\.63\.129\.16/32 -p tcp -m tcp --dport 80 -j DROP`,
Expand Down Expand Up @@ -271,6 +272,7 @@ func getIPTablesRulesCompatibleWithEBPFHostRouting() (map[string][]string, []str
`^-A .* -j IP-MASQ-AGENT`,
`^.*--comment.*cilium:`,
`^.*--comment.*cilium-feeder:`,
`^-A CILIUM_\S+ `,
`-A FORWARD ! -s (?:\d{1,3}\.){3}\d{1,3}/32 -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -m comment --comment "AKS managed: added by AgentBaker ensureIMDSRestriction for IMDS restriction feature" -j DROP`,
Comment thread
QxBytes marked this conversation as resolved.
}

Expand Down
Loading