diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-12-01 12:54:23 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-12-01 12:54:23 +0000 |
commit | 7e1f99719e01af86006bc5c9b9a472516ec85a2c (patch) | |
tree | 9dece24661273728affca909f5a58e1295f6f629 /bird.conf | |
parent | 639e62855495fcf461c177373d8f5eb0d5d87332 (diff) |
accept should behave as return, not running any commands after it.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 { |