From 7e1f99719e01af86006bc5c9b9a472516ec85a2c Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 1 Dec 1999 12:54:23 +0000 Subject: accept should behave as return, not running any commands after it. --- bird.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index f024c16..3f57a3f 100644 --- a/bird.conf +++ b/bird.conf @@ -11,6 +11,8 @@ define xyzzy = 120+10; filter testf int j; { + print "Ok, accepting"; + accept; print "Heya, filtering route to " rta.net.ip " prefixlen " rta.net.len; print "This route was from " rta.from; j = 7; @@ -33,7 +35,7 @@ protocol rip MyRIP_test { passwords { password "ahoj" from 0 to 10; password "nazdar" from 10; } - authentication md5; + authentication none; } protocol device { -- cgit v1.2.3