summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-04-19 20:41:56 +0200
committerPavel Machek <pavel@ucw.cz>1999-04-19 20:41:56 +0200
commit36bbfc704c7d2153537751e24413db9b9c97bc58 (patch)
tree6c0c0d3e94566f2c4518c0ee720014f5dee14891 /proto/rip/rip.c
parentafbc41ab3d4f07f7dc4dbc6c769fe7fa1567f357 (diff)
downloadbird-36bbfc704c7d2153537751e24413db9b9c97bc58.tar
bird-36bbfc704c7d2153537751e24413db9b9c97bc58.zip
Updated filters: they now actually see IP/pxlen of net being filtered,
gateway, and who told us, so they can do usefull jobs from now on.
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index cfaaa4c..24d2e82 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -69,11 +69,6 @@ rip_tx( sock *s )
return;
}
- if (c->done) {
- DBG( "looks like I'm done!\n" );
- return;
- }
-
DBG( "Preparing packet to send: " );
packet->heading.command = RIPCMD_RESPONSE;