diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-07-21 21:50:56 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-07-21 21:50:56 +0200 |
commit | 178a197afb77770d8a90765e39065679936a45d1 (patch) | |
tree | 99a492664a3d314d6d0193e451df46785643c238 /proto/ospf/ospf.h | |
parent | 742029eb782f19c05decbd443d245f12360d5e78 (diff) |
OSPF instance id option and documentation update.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 7e5996f6..f464a3ed 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -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) */ |