12 lines
101 B
Text
12 lines
101 B
Text
#! /sbin/nft -f
|
|
|
|
table inet firewall {
|
|
|
|
chain to_supelec {
|
|
accept
|
|
}
|
|
|
|
chain from_supelec {
|
|
}
|
|
|
|
}
|