summaryrefslogtreecommitdiffstats
path: root/doc/bird.conf.example
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-03-14 14:01:39 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-03-14 14:01:39 +0100
commitad586334d51a0aef9de868e9586198e402576599 (patch)
tree5dd66de0e7f5bd1ee7e6acdea31ef568839e7862 /doc/bird.conf.example
parentcf1860349182503523975fb8084d514407a75fb4 (diff)
downloadbird-ad586334d51a0aef9de868e9586198e402576599.tar
bird-ad586334d51a0aef9de868e9586198e402576599.zip
Path related documentation update
Diffstat (limited to 'doc/bird.conf.example')
-rw-r--r--doc/bird.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index 22221d4..0a2aac7 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -190,7 +190,7 @@ protocol static {
# bgp_community = -empty-; bgp_community.add((65000,5678));
## if (65000,5678) ~ bgp_community then
## bgp_community.add((0, 1));
-# if bgp_path ~ / 65000 / then
+# if bgp_path ~ [= 65000 =] then
# bgp_path.prepend(65000);
# accept;
# }