strowgerd: update netfilter rules to follow systemd naming convention


Tested: strowgerd rule for 5124 port opening still loaded in to `inet filter` `gbmc_br_pub_input` chain

fusion2 in hardware presubmit in comments

```
        chain gbmc_br_pub_input {
                tcp dport 5124 accept
                tcp dport 20110 accept
                tcp dport 22 accept
                tcp dport 20101 accept
                tcp dport 20102 accept
                tcp dport 20103 accept
                tcp dport 2999 accept
                tcp dport 3959 accept
                ip6 nexthdr ipv6-icmp accept
                tcp dport 3939 accept
                tcp dport 5201 accept
                tcp dport 20022 accept
                ip6 nexthdr ipv6-icmp accept
                ip6 nexthdr ipv6-icmp accept
                tcp dport 80 accept
                tcp dport 443 accept
                tcp dport 3995 accept
                tcp dport 23 accept
        }

```
Google-Bug-Id: 366190764
Change-Id: I4e18acb9e697c52403816cad34200f9a53bf340b
Signed-off-by: Sam Agazaryan <samagazaryan@google.com>
2 files changed
tree: 1961ce7815c37a30d546779eeeef01daafff7870
  1. classes/
  2. conf/
  3. dynamic-layers/
  4. recipes-bsp/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-google/
  10. recipes-kernel/
  11. recipes-phosphor/
  12. recipes-support/
  13. recipes-tpm1/
  14. recipes-tpm2/
  15. LICENSE
  16. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.