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

OSPF instance id option and documentation update.

This commit is contained in:
Ondrej Zajicek
2014-07-21 21:50:56 +02:00
parent 742029eb78
commit 178a197afb
4 changed files with 61 additions and 38 deletions

View File

@@ -103,12 +103,13 @@ struct ospf_config
{
struct proto_config c;
uint tick;
byte ospf2;
byte rfc1583;
byte stub_router;
byte merge_external;
byte abr;
byte asbr;
u8 ospf2;
u8 rfc1583;
u8 stub_router;
u8 merge_external;
u8 instance_id;
u8 abr;
u8 asbr;
int ecmp;
list area_list; /* list of area configs (struct ospf_area_config) */
list vlink_list; /* list of configured vlinks (struct ospf_iface_patt) */