Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jan 21, 2023
1 parent 6fba2e4 commit 31e07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- 'icmp type echo-request limit name \"icmp_limit\" accept comment \"Allow icmp-ping\"'
- 'icmpv6 type echo-request limit name \"icmp_limit\" accept comment \"Allow icmp-ping\"'
- 'icmp code 30 limit name \"icmp_limit\" accept comment \"Allow icmp-traceroute\"'
- 'icmpv6 type { nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert } \
- 'icmpv6 type { nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert }
limit name \"icmp_limit\" accept comment \"Allow necessary icmpv6-types for ipv6 to work\"'
- 'udp dport 46251 log prefix \"DROP\" counter name \"invalid_packages\" drop'
- 'meta l4proto { 6, 17 } accept'
Expand Down

0 comments on commit 31e07ad

Please sign in to comment.