1table inet filter {
2    chain gbmc_br_pub_input {
3        tcp dport 23 accept
4    }
5}
6