Files
OpenBMC/meta-google/recipes-google/networking/dhcp-done/50-dhcp-done.rules
T

6 lines
86 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
table inet filter {
chain gbmc_br_pub_input {
tcp dport 23 accept
}
}