summaryrefslogtreecommitdiffstats
path: root/bird.conf
diff options
context:
space:
mode:
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;
};