X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/f2e59e98817d4959af549abccf4e798e6184f6d4..02611e54fc55643ec109b255707ce9832e005ddf:/bgp.h?ds=sidebyside diff --git a/bgp.h b/bgp.h index 91adb88..a791fc1 100644 --- a/bgp.h +++ b/bgp.h @@ -203,6 +203,7 @@ struct bgp_peer { int cli_flag; /* updates requested from CLI */ char *path_attrs; /* path attrs to send in UPDATE message */ int path_attr_len; /* length of path attrs */ + int path_attr_len_without_nexthop; /* length of path attrs without NEXT_HOP */ uint32_t events; /* events to poll */ struct event_data edata; /* poll data */ int handle_ipv6_routes; /* can handle IPv6 routes advertisements */