summaryrefslogtreecommitdiff
path: root/proto/rip/rip.h
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1998-12-01 16:17:10 +0000
committerPavel Machek <pavel@ucw.cz>1998-12-01 16:17:10 +0000
commit9b999c393c6f89a73d5fe0f4e152b77ca0afb1b2 (patch)
tree4ffb78e20348f32f09a45e116de72fa640fa8e9f /proto/rip/rip.h
parent50d8424ad1f40f9979214c1d6cbf8e290ba9a5cb (diff)
Infinity is now configurable ammount.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r--proto/rip/rip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h
index b87ca1a1..d63bb1a5 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)