diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-11-25 15:03:12 +0000 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-11-25 15:03:12 +0000 |
commit | 1a509a6310cb2a5211bf3ac9fd963f06d9109cb1 (patch) | |
tree | 20f0c934acd44acd6ec17df927ef326bdb5c4c6f /proto/rip/rip.h | |
parent | d3702d57fd5357e9a11ada6c46769a79da8e547a (diff) |
md5 authentication seems to work.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 613d198c..fb066b5d 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -28,7 +28,7 @@ struct rip_connection { int done; }; -struct rip_packet_heading { +struct rip_packet_heading { /* 4 bytes */ u8 command; #define RIPCMD_REQUEST 1 /* want info */ #define RIPCMD_RESPONSE 2 /* responding to request */ |