mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +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 = {
|
struct protocol proto_rip = {
|
||||||
name: "RIP",
|
name: "RIP",
|
||||||
template: "rip%d",
|
template: "rip%d",
|
||||||
|
attr_class: EAP_RIP,
|
||||||
preconfig: rip_preconfig,
|
preconfig: rip_preconfig,
|
||||||
get_route_info: rip_get_route_info,
|
get_route_info: rip_get_route_info,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user