From dad177d7e045ed07181da02ccd619f8f943a5c80 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 1 Apr 2000 10:20:12 +0000 Subject: RIP: Set attribute class. --- proto/rip/rip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/rip') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 66ccdb6..ad7b17f 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, -- cgit v1.2.3