diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-09-03 21:31:26 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-09-03 21:31:26 +0200 |
commit | 2918e61046388821c3d4411c602dc5b28ad59329 (patch) | |
tree | 3f950c7e2455c6809970bac3547795456893e704 /proto/ospf/rt.h | |
parent | b1b19433602f2a2ff58cfe2c1858ff883eee7b20 (diff) |
Fixes for OSPF NSSA handling.
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r-- | proto/ospf/rt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index cb4b652d..1ba76e3c 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -76,7 +76,6 @@ ort; static inline int rt_is_nssa(ort *nf) { return nf->n.options & ORTA_NSSA; } - #define EXT_EXPORT 1 #define EXT_NSSA 2 |