summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2018-02-27 06:08:03 +0100
committerOndrej Filip <feela@network.cz>2018-02-27 06:08:03 +0100
commit44062812600bd29f8edf30ebc871ff218069c5a2 (patch)
tree656c5cfcfe340cc8a12e7a88d930cfe839f7b97e /doc
parent6f46465af1b3d21ca67e3b4379640c008fc9d1a1 (diff)
parent1561ee799cfe79d208ce9588e487da4b62a88dad (diff)
Merge branch 'int-new' of ssh://gitlab.labs.nic.cz/labs/bird into int-new
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example211
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/bird.conf.example2 b/doc/bird.conf.example2
index d7048b64..815651c7 100644
--- a/doc/bird.conf.example2
+++ b/doc/bird.conf.example2
@@ -28,20 +28,15 @@ flow6 table flowtab6;
protocol device {
- scan time 10;
}
protocol kernel kernel4 {
- scan time 20;
-
ipv4 {
export all;
};
}
protocol kernel kernel6 {
- scan time 20;
-
ipv6 {
export all;
};
@@ -169,8 +164,6 @@ protocol pipe {
}
protocol ospf v2 ospf4 {
-# ecmp;
-
ipv4 {
import all;
# export where source = RTS_STATIC;
@@ -186,8 +179,6 @@ protocol ospf v2 ospf4 {
protocol ospf v3 ospf6 {
-# ecmp;
-
ipv6 {
import all;
# export where source = RTS_STATIC;
@@ -251,7 +242,7 @@ protocol bgp {
};
# IPv6 with MPLS labels (2/4)
- ipv6 multicast {
+ ipv6 mpls {
# explicit IPv6 table
table mtab6;
import all;