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