summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-09-03 21:31:26 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-09-03 21:31:26 +0200
commit2918e61046388821c3d4411c602dc5b28ad59329 (patch)
tree3f950c7e2455c6809970bac3547795456893e704 /proto/ospf/rt.h
parentb1b19433602f2a2ff58cfe2c1858ff883eee7b20 (diff)
downloadbird-2918e61046388821c3d4411c602dc5b28ad59329.tar
bird-2918e61046388821c3d4411c602dc5b28ad59329.zip
Fixes for OSPF NSSA handling.
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r--proto/ospf/rt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h
index cb4b652..1ba76e3 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