summaryrefslogtreecommitdiffstats
path: root/proto/rip
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-01 12:20:12 +0200
committerMartin Mares <mj@ucw.cz>2000-04-01 12:20:12 +0200
commitdad177d7e045ed07181da02ccd619f8f943a5c80 (patch)
treeb89bb4eee01247a94da87d6d0b16c995c7d06cc7 /proto/rip
parent3991d84e8fa9118a43149d4d3304726eb786bd46 (diff)
downloadbird-dad177d7e045ed07181da02ccd619f8f943a5c80.tar
bird-dad177d7e045ed07181da02ccd619f8f943a5c80.zip
RIP: Set attribute class.
Diffstat (limited to 'proto/rip')
-rw-r--r--proto/rip/rip.c1
1 files changed, 1 insertions, 0 deletions
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,