summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-31 14:07:09 +0200
committerOndrej Filip <feela@network.cz>2000-05-31 14:07:09 +0200
commita7a3a0a383a9dadcd93d876e7d9b43f870f20941 (patch)
tree55d1939746b1df127035d27aafd77499ed891fdb /proto/ospf/rt.h
parentfec5bec0b5f0e114a635c99a731e922ce735ff81 (diff)
downloadbird-a7a3a0a383a9dadcd93d876e7d9b43f870f20941.tar
bird-a7a3a0a383a9dadcd93d876e7d9b43f870f20941.zip
Added tagging of external LSA.
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r--proto/ospf/rt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h
index 66c04df..efd0906 100644
--- a/proto/ospf/rt.h
+++ b/proto/ospf/rt.h
@@ -22,6 +22,7 @@ struct extfib {
u16 metric;
u16 metric2;
ip_addr nh;
+ u32 tag;
struct iface *nhi;
};