File tree Expand file tree Collapse file tree 4 files changed +130
-144
lines changed
Expand file tree Collapse file tree 4 files changed +130
-144
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ static Link *link_free(Link *link) {
241241 link -> nexthops_foreign = set_free (link -> nexthops_foreign );
242242
243243 link -> neighbors = set_free (link -> neighbors );
244- link -> neighbors_foreign = set_free (link -> neighbors_foreign );
245244
246245 link -> addresses = set_free (link -> addresses );
247246 link -> addresses_foreign = set_free (link -> addresses_foreign );
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ typedef struct Link {
9292 unsigned static_route_messages ;
9393 unsigned static_routing_policy_rule_messages ;
9494 unsigned address_remove_messages ;
95- unsigned neighbor_remove_messages ;
9695 unsigned nexthop_remove_messages ;
9796 unsigned route_remove_messages ;
9897 unsigned tc_messages ;
@@ -108,7 +107,6 @@ typedef struct Link {
108107 Set * pool_addresses ;
109108 Set * static_addresses ;
110109 Set * neighbors ;
111- Set * neighbors_foreign ;
112110 Set * routes ;
113111 Set * routes_foreign ;
114112 Set * nexthops ;
You can’t perform that action at this time.
0 commit comments