|
|
|
@ -15,12 +15,17 @@ autoconfigure IPv6 hosts, this type is a rudimentary implementation to generate
|
|
|
|
|
configuration for Bird to do so. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
REQUIRED MULTIPLE PARAMETERS |
|
|
|
|
---------------------------- |
|
|
|
|
REQUIRED PARAMETERS |
|
|
|
|
------------------- |
|
|
|
|
interface |
|
|
|
|
The interfaces to activate the protocol on. RAs will be sent using the |
|
|
|
|
prefixes configured on these interfaces. |
|
|
|
|
|
|
|
|
|
OPTIONAL PARAMETERS |
|
|
|
|
------------------- |
|
|
|
|
mtu |
|
|
|
|
An optional MTU setting to include in the router advertisements. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OPTIONAL MULTIPLE PARAMETERS |
|
|
|
|
---------------------------- |
|
|
|
@ -41,6 +46,7 @@ EXAMPLES
|
|
|
|
|
|
|
|
|
|
__bird_radv datacenter \ |
|
|
|
|
--interface eth1 \ |
|
|
|
|
--mtu 9000 \ |
|
|
|
|
--route ::/0 \ |
|
|
|
|
--ns 2001:DB8:cafe::4 \ |
|
|
|
|
--ns 2001:DB8:cafe::14 \ |
|
|
|
|