From 1d941de47a90fb9ca39d7acf6aa396447d1fc7df Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 7 Oct 1998 19:33:50 +0000 Subject: RIP now somehow listens to main routing table (dont expect it to work) --- proto/rip/rip.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 3af19ee..5d78b2e 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -36,16 +36,17 @@ struct rip_block { struct rip_entry { node n; - ip_addr whotoldme; + ip_addr whotoldme; ip_addr network; int pxlen; ip_addr nexthop; - int metric; u16 tag; bird_clock_t updated, changed; + int flags; +#define RIP_F_EXTERNAL 1 }; struct rip_packet { -- cgit v1.2.3