diff options
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r-- | proto/ospf/rt.h | 1 |
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; }; |