diff options
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r-- | bgpd/bgp_route.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h index cb4c9a21e..1a1817bad 100644 --- a/bgpd/bgp_route.h +++ b/bgpd/bgp_route.h @@ -97,8 +97,10 @@ struct bgp_info_extra { struct in6_addr addr6; } un; /* cached un address */ time_t create_time; - struct prefix aux_prefix; /* AFI_L2VPN: the IP addr, - if family set */ + struct + prefix + aux_prefix; /* AFI_L2VPN: the IP addr, + if family set */ } import; } vnc; |