From 10be74da202b20a7d502724ef8e7a9787b7eba0a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 1 Apr 2000 10:21:11 +0000 Subject: Formatting of dynamic attributes (except for paths and communities which will be added soon). --- proto/bgp/bgp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/bgp/bgp.c') diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 9bef2e5..f325aa3 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -406,14 +406,15 @@ bgp_get_status(struct proto *P, byte *buf) struct protocol proto_bgp = { name: "BGP", template: "bgp%d", + attr_class: EAP_BGP, init: bgp_init, start: bgp_start, shutdown: bgp_shutdown, get_status: bgp_get_status, + get_attr: bgp_get_attr, #if 0 dump: bgp_dump, get_route_info: bgp_get_route_info, - show_route_data: bgp_show_route_data /* FIXME: Reconfiguration */ #endif }; -- cgit v1.2.3