summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-02-09 07:07:49 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-09 07:10:27 +0300
commitafe167d4f144e51e9275b2c861e6317c1a7fc80d (patch)
treed8e2f2f706219b07b1814ee52231e04611cc2757 /meta-google
parent24bf30d24bb81c52b23b1eba9ac410ab7e90bcb7 (diff)
downloadopenbmc-afe167d4f144e51e9275b2c861e6317c1a7fc80d.tar.xz
meta-google: ncsid-config: Fixup recipe
The license was mistakenly set to closed and it was missing an included rules file. Google-Bug-Id: 179618497 Change-Id: I8b9b01f7b53f03e6caa079de36e096db1a875955 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-google/ncsi/files/50-ncsi.rules.in14
-rw-r--r--meta-google/recipes-google/ncsi/ncsid-config.bb5
2 files changed, 17 insertions, 2 deletions
diff --git a/meta-google/recipes-google/ncsi/files/50-ncsi.rules.in b/meta-google/recipes-google/ncsi/files/50-ncsi.rules.in
new file mode 100644
index 000000000..33031f0db
--- /dev/null
+++ b/meta-google/recipes-google/ncsi/files/50-ncsi.rules.in
@@ -0,0 +1,14 @@
+table inet filter {
+ chain ncsi_input {
+ type filter hook input priority 0; policy drop;
+ iifname != @NCSI_IF@ accept
+ ct state established accept
+ tcp dport 3959 accept
+ udp dport 3959 accept
+ tcp dport 3967 accept
+ udp dport 3967 accept
+ icmpv6 type nd-neighbor-advert accept
+ icmpv6 type nd-neighbor-solicit accept
+ icmpv6 type nd-router-advert accept
+ }
+}
diff --git a/meta-google/recipes-google/ncsi/ncsid-config.bb b/meta-google/recipes-google/ncsi/ncsid-config.bb
index 339ce2f34..17a88f17c 100644
--- a/meta-google/recipes-google/ncsi/ncsid-config.bb
+++ b/meta-google/recipes-google/ncsi/ncsid-config.bb
@@ -1,6 +1,7 @@
-SUMMARY = "Configures ncsid for a gBMC system"
+SUMMARY = "Configures ncsid for a system"
PR = "r1"
-LICENSE = "CLOSED"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
inherit systemd