Skip to content

Commit

Permalink
meta-google: gbmc-ncsi-config: Fix interface name
Browse files Browse the repository at this point in the history
The old name is incorrect, it should be gbmcncsidhcp

Change-Id: I28fb55e3587fcfbeda4cfa333317cd0b62883d9c
Signed-off-by: William A. Kennington III <[email protected]>
  • Loading branch information
wak-google committed Nov 9, 2023
1 parent 95e2e99 commit 032ce78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ table inet filter {
}
chain ncsi_dhcp_input {
type filter hook input priority 0; policy drop;
iifname != ncsigbmc accept
iifname != gbmcncsidhcp accept
ip6 nexthdr icmpv6 accept
udp dport 547 accept
}
Expand Down

0 comments on commit 032ce78

Please sign in to comment.