diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-26 11:33:03 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-26 11:33:03 +0000 |
commit | c010f4cb3771536fc62e534549e22c725285bbd2 (patch) | |
tree | 766ac7da6a4f3b73cd8ededc158993a5d8f48640 /bird.conf | |
parent | 7f704c06d86c58985e964e05df57d14b92e0cd05 (diff) |
Use right address for ripv6.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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; }; |