modify nodes and bundles for new nftables syntax
This commit is contained in:
parent
ecb67d012b
commit
d569b00960
30 changed files with 172 additions and 126 deletions
|
@ -32,7 +32,7 @@ directories = {
|
|||
}
|
||||
|
||||
files = {
|
||||
'/etc/iptables-rules.d/90-pppd': {
|
||||
'/etc/nftables-rules.d/90-pppd': {
|
||||
'content_type': 'any',
|
||||
},
|
||||
'/etc/ppp/chap-secrets': {
|
||||
|
@ -53,11 +53,11 @@ files = {
|
|||
'svc_systemd:pppoe:restart',
|
||||
},
|
||||
},
|
||||
'/etc/ppp/ip-down.d/iptables': {
|
||||
'/etc/ppp/ip-down.d/nftables': {
|
||||
'source': 'ip-down',
|
||||
'mode': '0755',
|
||||
},
|
||||
'/etc/ppp/ip-up.d/iptables': {
|
||||
'/etc/ppp/ip-up.d/nftables': {
|
||||
'source': 'ip-up',
|
||||
'mode': '0755',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue