0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00

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,