diff options
author | Ondrej Filip <feela@network.cz> | 1999-10-19 18:13:06 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 1999-10-19 18:13:06 +0200 |
commit | c2250f91c749f563229ad624bbd03053c1d671d0 (patch) | |
tree | b82cd0fab60b4074a59881d84acbd3d6d9789608 /proto/ospf/ospf.h | |
parent | 96f1b8ba10f7787fc7cf0e0430a85766200707a5 (diff) | |
download | bird-c2250f91c749f563229ad624bbd03053c1d671d0.tar bird-c2250f91c749f563229ad624bbd03053c1d671d0.zip |
Minor changes and bug fixes. Preparing for Exchange and higher states.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index c3d4902..15a6e2c 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -153,9 +153,10 @@ struct ospf_neighbor #define NEIGHBOR_FULL 7 timer *inactim; /* Inactivity timer */ u8 imms; /* I, M, Master/slave */ - u8 myimms; - u32 dds; /* DD Sequence number being sentg */ - u32 ddr; /* last Dat Des packet */ + u32 dds; /* DD Sequence number being sent */ + u32 ddr; /* last Dat Des packet received */ + u8 myimms; /* I, M MS received */ + u8 myoptions; /* Options received */ u32 rid; /* Router ID */ u8 priority; /* Priority */ u8 options; /* Options */ |