From c010f4cb3771536fc62e534549e22c725285bbd2 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 26 Apr 2000 11:33:03 +0000 Subject: Use right address for ripv6. --- bird.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'bird.conf') 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; }; -- cgit v1.2.3