|
@@ -21,4 +21,15 @@ dhcp_classes:
|
|
- name: MSFT
|
|
- name: MSFT
|
|
rule: 'match if substring(option vendor-class-identifier, 0, 4) = "MSFT"'
|
|
rule: 'match if substring(option vendor-class-identifier, 0, 4) = "MSFT"'
|
|
options:
|
|
options:
|
|
- - opt: 'dhcp-parameter-request-list = concat(option dhcp-parameter-request-list, fc)'
|
|
|
|
|
|
+ - opt: 'dhcp-parameter-request-list = concat(option dhcp-parameter-request-list, fc)'
|
|
|
|
+
|
|
|
|
+radvd_default_interface: 'bat0'
|
|
|
|
+radvd_default_interface_options: |
|
|
|
|
+ AdvSendAdvert on;
|
|
|
|
+ IgnoreIfMissing on;
|
|
|
|
+ MaxRtrAdvInterval 600;
|
|
|
|
+ MinDelayBetweenRAs 10;
|
|
|
|
+ AdvLinkMTU 1280;
|
|
|
|
+ prefix {{supernode_mesh_net_ipv6}}
|
|
|
|
+ {
|
|
|
|
+ };
|