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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user