diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-04-28 00:31:37 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-04-28 00:31:37 +0200 |
commit | acc93efd4c754cc995ee8edf52ce0bc45511062e (patch) | |
tree | 9e96b4b3b0801444d683770c5155acd27474d026 /doc | |
parent | 73272f04af40484b72451f541a986da996b0da58 (diff) | |
download | bird-acc93efd4c754cc995ee8edf52ce0bc45511062e.tar bird-acc93efd4c754cc995ee8edf52ce0bc45511062e.zip |
Use constants from /etc/iproute2/rt_* files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index b35f494..31b2c03 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -266,8 +266,10 @@ protocol rip { about configuring protocols in their own chapters. You can run more than one instance of most protocols (like RIP or BGP). By default, no instances are configured. - <tag>define <m/constant/ = (<m/expression/)|<m/number/|<m/IP address/</tag> Define a constant. You can use it later in every place - you could use a simple integer or an IP address. + <tag>define <m/constant/ = (<m/expression/)|<m/number/|<m/IP address/</tag> + Define a constant. You can use it later in every place you could use a simple integer or an IP address. + 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. |