From 1a509a6310cb2a5211bf3ac9fd963f06d9109cb1 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 Nov 1999 15:03:12 +0000 Subject: md5 authentication seems to work. --- proto/rip/rip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 613d198..fb066b5 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 */ -- cgit v1.2.3