summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-04-26 13:33:03 +0200
committerPavel Machek <pavel@ucw.cz>2000-04-26 13:33:03 +0200
commitc010f4cb3771536fc62e534549e22c725285bbd2 (patch)
tree766ac7da6a4f3b73cd8ededc158993a5d8f48640 /bird.conf
parent7f704c06d86c58985e964e05df57d14b92e0cd05 (diff)
downloadbird-c010f4cb3771536fc62e534549e22c725285bbd2.tar
bird-c010f4cb3771536fc62e534549e22c725285bbd2.zip
Use right address for ripv6.
Diffstat (limited to 'bird.conf')
-rw-r--r--bird.conf22
1 files changed, 11 insertions, 11 deletions
diff --git a/bird.conf b/bird.conf
index c167986..012da10 100644
--- a/bird.conf
+++ b/bird.conf
@@ -46,17 +46,17 @@ protocol static {
print rip_metric;
rip_metric = rip_metric + 5;
print rip_metric;
- bgp_community = - empty - ;
- print "nazdar";
- bgp_community = add(bgp_community, (1,2));
- print "cau";
- bgp_community = add(bgp_community, (2,3));
- bgp_community.add((4,5));
- print "community = ", bgp_community;
- bgp_community.delete((2,3));
- print "community = ", bgp_community;
- bgp_community.empty;
- print "community = ", bgp_community;
+# bgp_community = - empty - ;
+# print "nazdar";
+# bgp_community = add(bgp_community, (1,2));
+# print "cau";
+# bgp_community = add(bgp_community, (2,3));
+# bgp_community.add((4,5));
+# print "community = ", bgp_community;
+# bgp_community.delete((2,3));
+# print "community = ", bgp_community;
+# bgp_community.empty;
+# print "community = ", bgp_community;
print "done";
accept;
};