diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-05 00:51:25 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-05 00:51:25 +0000 |
commit | 2c971094ebf73c2a2cfc5927095a0c6fd3c15836 (patch) | |
tree | dfabe85e40f58a22d0976710f1d6cb4545a0a831 /proto/ospf/ospf.h | |
parent | 10000b96a89d1ab4425e29164c3694aa26622b1c (diff) |
LSA flooding done.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index ea366931..e3a42f5f 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -112,6 +112,7 @@ struct ospf_packet { u16 length; u32 routerid; u32 areaid; +#define BACKBONE 0 u16 checksum; u16 autype; u8 authetication[8]; |