Skip to content

Commit

Permalink
test/k8s: update host policies for firewall tests.
Browse files Browse the repository at this point in the history
Allow ICMP/ICMPv6 traffic on all nodes.

Fixes: #25344 #25343 #25342

Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
  • Loading branch information
tommyp1ckles committed May 12, 2023
1 parent 3a3f135 commit 8f7a537
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/k8s/manifests/host-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,19 @@ specs:
- toEntities:
- health
- world
- description: "Allow ICMP/ICMPv6 traffic on all nodes"
nodeSelector: {}
ingress:
- icmps:
- fields:
- type: 8
family: IPv4
- type: 128
family: IPv6
egress:
- icmps:
- fields:
- type: 8
family: IPv4
- type: 128
family: IPv6

0 comments on commit 8f7a537

Please sign in to comment.