1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Skeleton structures and files added.

This commit is contained in:
Ondrej Filip
2000-03-30 20:00:42 +00:00
parent 95eb1dba3f
commit de769e24c0
6 changed files with 128 additions and 2 deletions

View File

@@ -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;