summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-19 13:01:41 +0200
committerMartin Mares <mj@ucw.cz>2000-05-19 13:01:41 +0200
commit5e88d7302599b7ac521624c77adf0b3c72601670 (patch)
treef2b45af33fde31c5d519f28a524e3d95c1321934 /proto/bgp/bgp.c
parentf49528a3dfa034415527824cbbd0762f3829f0cd (diff)
downloadbird-5e88d7302599b7ac521624c77adf0b3c72601670.tar
bird-5e88d7302599b7ac521624c77adf0b3c72601670.zip
BGP now reports originating AS and origin type in get_route_info().
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c
index c6dc4e9..610436f 100644
--- a/proto/bgp/bgp.c
+++ b/proto/bgp/bgp.c
@@ -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
};