mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Implements interface masks for choosing router id.
Router ID could be automatically determined based of subset of ifaces/addresses specified by 'router id from' option. The patch also does some minor changes related to router ID reconfiguration. Thanks to Alexander V. Chernikov for most of the work.
This commit is contained in:
@@ -337,7 +337,18 @@ protocol rip {
|
||||
Besides, there are some predefined numeric constants based on /etc/iproute2/rt_* files.
|
||||
A list of defined constants can be seen (together with other symbols) using 'show symbols' command.
|
||||
|
||||
<tag>router id <m/IPv4 address/</tag> Set BIRD's router ID. It's a world-wide unique identification of your router, usually one of router's IPv4 addresses. Default: in IPv4 version, the lowest IP address of a non-loopback interface. In IPv6 version, this option is mandatory.
|
||||
<tag>router id <m/IPv4 address/</tag>
|
||||
Set BIRD's router ID. It's a world-wide unique identification
|
||||
of your router, usually one of router's IPv4 addresses.
|
||||
Default: in IPv4 version, the lowest IP address of a
|
||||
non-loopback interface. In IPv6 version, this option is
|
||||
mandatory.
|
||||
|
||||
<tag>router id from [-] [ "<m/mask/" ] [ <m/prefix/ ] [, ...]</tag>
|
||||
Set BIRD's router ID based on an IP address of an interface
|
||||
specified by an interface pattern. The option is applicable
|
||||
for IPv4 version only. See <ref id="dsc-iface" name="interface">
|
||||
section for detailed description of interface patterns.
|
||||
|
||||
<tag>listen bgp [address <m/address/] [port <m/port/] [dual]</tag>
|
||||
This option allows to specify address and port where BGP
|
||||
|
||||
Reference in New Issue
Block a user