diff options
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |