From de769e24c01ff0c4aa573d9b4cec833dcae182d2 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Thu, 30 Mar 2000 20:00:42 +0000 Subject: Skeleton structures and files added. --- proto/ospf/ospf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 283ccc9..bc37fc4 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -246,6 +246,16 @@ struct ospf_lsreq_header { u32 rt; /* Advertising router */ }; +struct ospf_lsupd_packet { + struct ospf_packet ospf_packet; + u32 lsano; /* Number of LSA's */ +}; + +struct ospf_lsack_packet { + struct ospf_packet ospf_packet; +}; + + struct ospf_neighbor { node n; -- cgit v1.2.3