diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-01 12:20:12 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-01 12:20:12 +0200 |
commit | dad177d7e045ed07181da02ccd619f8f943a5c80 (patch) | |
tree | b89bb4eee01247a94da87d6d0b16c995c7d06cc7 /proto/rip | |
parent | 3991d84e8fa9118a43149d4d3304726eb786bd46 (diff) | |
download | bird-dad177d7e045ed07181da02ccd619f8f943a5c80.tar bird-dad177d7e045ed07181da02ccd619f8f943a5c80.zip |
RIP: Set attribute class.
Diffstat (limited to 'proto/rip')
-rw-r--r-- | proto/rip/rip.c | 1 |
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, |