diff options
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 |