1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Added tagging of external LSA.

This commit is contained in:
Ondrej Filip
2000-05-31 12:07:09 +00:00
parent fec5bec0b5
commit a7a3a0a383
3 changed files with 17 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ struct extfib {
u16 metric;
u16 metric2;
ip_addr nh;
u32 tag;
struct iface *nhi;
};