bundlewrap/bundles/pppd/metadata.py
Franzi 877744b0ba
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/pppd: send out a Router Solicitation on ifup
2020-11-14 12:11:51 +01:00

10 lines
142 B
Python

defaults = {
'apt': {
'packages': {
'ppp': {},
'pppoe': {},
'ndisc6': {},
},
},
}