bundles/pppd: allow dynamic configuration of nftables rules
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-12-14 16:18:11 +01:00
parent 20bbb3eb8e
commit 2b06c77439
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 11 additions and 2 deletions

View file

@ -59,6 +59,10 @@ files = {
},
'/etc/ppp/ip-up.d/nftables': {
'source': 'ip-up',
'content_type': 'mako',
'context': {
'nftables': node.metadata.get('pppd/nftables-rules.d', set()),
},
'mode': '0755',
},
'/etc/ppp/peers/provider': {