From 67ff91302f21f6a40201bcc8a01c9c76eaaf1ed1 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 14 May 1999 08:46:06 +0000 Subject: Netmask checking for hello packets added. --- proto/ospf/ospf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index eb49ca5..92e7468 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -102,8 +102,8 @@ struct ospf_packet { }; struct ospf_hello_packet { - struct ospf_packet; - u32 netmask; + struct ospf_packet ospf_packet; + ip_addr netmask; u16 hello_int; u8 options; u8 priority; -- cgit v1.2.3