<screen>
> <userinput>config remove Init/components b10-dhcp4</userinput>
> <userinput>config commit</userinput>
+</screen>
+ </para>
+ <para>
+ Note that the server was only removed from the list, so BIND10 will not
+ restart it, but the server itself is still running. Hence it is usually
+ desired to stop it:
+<screen>
+> <userinput>Dhcp4 shutdown</userinput>
</screen>
</para>
</para>
<para>
To remove <command>b10-dhcp6</command> from the set of running services,
- the <command>b10-dhcp4</command> is removed from list of Init components:
+ the <command>b10-dhcp6</command> is removed from list of Init components:
<screen>
> <userinput>config remove Init/components b10-dhcp6</userinput>
> <userinput>config commit</userinput>
</screen>
</para>
+ <para>
+ Note that the server was only removed from the list, so BIND10 will not
+ restart it, but the server itself is still running. Hence it is usually
+ desired to stop it:
+<screen>
+> <userinput>Dhcp6 shutdown</userinput>
+</screen>
+ </para>
<para>
During start-up the server will detect available network interfaces
"item_default": ""
}
},
+
+ { "item_name": "client-class",
+ "item_type": "string",
+ "item_optional": false,
+ "item_default": "",
+ "item_description" : "Restricts access to this subnet to specified client class (if defined)"
+ },
+
{ "item_name": "relay",
"item_type": "map",
"item_optional": false,
"item_default": {},
+ "item_description" : "Structure holding optional relay information.",
"map_item_spec": [
{
"item_name": "ip-address",
"item_type": "string",
"item_optional": false,
- "item_default": "0.0.0.0"
+ "item_default": "0.0.0.0",
+ "item_description" : "IPv4 address of the relay (optional)."
}
]
},
"item_default": ""
}
},
+
+ { "item_name": "client-class",
+ "item_type": "string",
+ "item_optional": false,
+ "item_default": "",
+ "item_description" : "Restricts access to this subnet to specified client class (if defined)"
+ },
+
+ { "item_name": "relay",
+ "item_type": "map",
+ "item_optional": false,
+ "item_default": {},
+ "item_description" : "Structure holding optional relay information.",
+ "map_item_spec": [
+ {
+ "item_name": "ip-address",
+ "item_type": "string",
+ "item_optional": false,
+ "item_default": "::",
+ "item_description" : "IPv6 address of the relay (optional)."
+ }
+ ]
+ },
+
{
"item_name": "pd-pools",
"item_type": "list",