commit | 032ce782440f8ceb1c945a4582dbc478fc9d9953 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Nov 08 19:24:57 2023 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Nov 09 00:25:13 2023 -0800 |
tree | f4d26d8da0b7006d76ff2328d8e800b21b531fb3 | |
parent | 95e2e99b6dbf2e95f56b871e846d86ddd84b3c1a [diff] [blame] |
meta-google: gbmc-ncsi-config: Fix interface name The old name is incorrect, it should be gbmcncsidhcp Change-Id: I28fb55e3587fcfbeda4cfa333317cd0b62883d9c Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in b/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in index 6a41c66..d0f883e 100644 --- a/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in +++ b/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in
@@ -38,7 +38,7 @@ } 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 }