diff options
-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, |