summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2023-11-09 06:24:57 +0300
committerWilliam A. Kennington III <wak@google.com>2023-11-09 11:25:13 +0300
commit032ce782440f8ceb1c945a4582dbc478fc9d9953 (patch)
treef4d26d8da0b7006d76ff2328d8e800b21b531fb3 /meta-google/recipes-google
parent95e2e99b6dbf2e95f56b871e846d86ddd84b3c1a (diff)
downloadopenbmc-032ce782440f8ceb1c945a4582dbc478fc9d9953.tar.xz
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>
Diffstat (limited to 'meta-google/recipes-google')
-rw-r--r--meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in2
1 files changed, 1 insertions, 1 deletions
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 6a41c66656..d0f883ead7 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 @@ 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
}