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
18
bundles/wide-dhcp6c/metadata.py
Normal file
18
bundles/wide-dhcp6c/metadata.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'wide-dhcpv6-client': {},
|
||||
},
|
||||
},
|
||||
'iptables': {
|
||||
'bundle_rules': {
|
||||
'wide-dhcp6c': [
|
||||
'ip6tables -A INPUT -p udp -s ff00::/12 -j ACCEPT',
|
||||
'ip6tables -A INPUT -p udp -s fe80::/10 -j ACCEPT',
|
||||
],
|
||||
},
|
||||
},
|
||||
'wide-dhcp6c': {
|
||||
'subnet_len': '8',
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue