RIP: Set attribute class.

This commit is contained in:
Martin Mares 2000-04-01 10:20:12 +00:00
parent 3991d84e8f
commit dad177d7e0

View file

@ -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,