diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-12-08 12:51:45 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-12-08 12:51:45 +0000 |
commit | 4d4de35f002e3d7a780462b834f01eeb0f70239a (patch) | |
tree | 0f2ea7abc08e986ac8fda1679718c00112cbc639 /proto/rip/rip.h | |
parent | 2e18b87dcf5d4029d11bc46b37d601aae4f97174 (diff) |
Fix timing and fix endianity in metrics.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 8e759c45..7d9cadfa 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -109,7 +109,6 @@ struct rip_patt { int metric; int mode; -#define IM_MULTICAST 1 #define IM_BROADCAST 2 #define IM_QUIET 4 #define IM_NOLISTEN 8 |