From 9b999c393c6f89a73d5fe0f4e152b77ca0afb1b2 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 1 Dec 1998 16:17:10 +0000 Subject: Infinity is now configurable ammount. --- proto/rip/rip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/rip/rip.h') 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) -- cgit v1.2.3