bundles/wide-dhcp6c: introduce, add to home.router
This commit is contained in:
parent
6b4eae842b
commit
fa224a9939
7 changed files with 132 additions and 0 deletions
|
@ -6,6 +6,7 @@ nodes['home.router'] = {
|
|||
'iptables',
|
||||
'pppd',
|
||||
'dhcpd',
|
||||
'wide-dhcp6c',
|
||||
},
|
||||
'groups': set(),
|
||||
'metadata': {
|
||||
|
@ -74,6 +75,13 @@ nodes['home.router'] = {
|
|||
'cpu': 2,
|
||||
'ram': 2,
|
||||
},
|
||||
'wide-dhcp6c': {
|
||||
'integrate-with-pppd': True,
|
||||
'source': 'ppp0',
|
||||
'targets': {
|
||||
'enp1s0.42': '1',
|
||||
},
|
||||
},
|
||||
},
|
||||
'os': 'debian',
|
||||
'os_version': (10,),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue