mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
RIP: Set attribute class.
This commit is contained in:
parent
3991d84e8f
commit
dad177d7e0
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user