diff options
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 03f47f9..6519db8 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -74,6 +74,7 @@ struct bgp_proto { #ifdef IPV6 byte *mp_reach_start, *mp_unreach_start; /* Multiprotocol BGP attribute notes */ unsigned mp_reach_len, mp_unreach_len; + ip_addr local_link; /* Link-level version of local_addr */ #endif }; |