1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

BGP now reports originating AS and origin type in get_route_info().

This commit is contained in:
Martin Mares
2000-05-19 11:01:41 +00:00
parent f49528a3df
commit 5e88d73025
4 changed files with 16 additions and 5 deletions

View File

@@ -531,8 +531,5 @@ struct protocol proto_bgp = {
get_status: bgp_get_status,
get_attr: bgp_get_attr,
reconfigure: bgp_reconfigure,
#if 0
dump: bgp_dump,
get_route_info: bgp_get_route_info,
#endif
};