From: Martin Mares Date: Sat, 1 Apr 2000 10:20:12 +0000 (+0000) Subject: RIP: Set attribute class. X-Git-Tag: v1.2.0~1216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dad177d7e045ed07181da02ccd619f8f943a5c80;p=thirdparty%2Fbird.git RIP: Set attribute class. --- diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 66ccdb64a..ad7b17fe3 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -797,6 +797,7 @@ rip_preconfig(struct protocol *x, struct config *c) struct protocol proto_rip = { name: "RIP", template: "rip%d", + attr_class: EAP_RIP, preconfig: rip_preconfig, get_route_info: rip_get_route_info,