blob: cbedfb971001590a42174f820c0930c9a9c6d943 [file] [log] [blame]
table inet filter {
chain nic_dhcp_input {
type filter hook input priority 0; policy drop;
iifname != gbmcnicdhcp accept
ip6 nexthdr icmpv6 accept
udp dport 547 accept
}
}