diff options
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index b87ca1a..d63bb1a 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -74,6 +74,8 @@ struct rip_data { list garbage; list interfaces; int magic; + + int infinity; /* How much is infinity? Should be 16 */ }; #define P ((struct rip_data *) p) |