diff options
Diffstat (limited to 'zebra/rtadv.c')
| -rw-r--r-- | zebra/rtadv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c index 6a8e2ac594..7f9bc47315 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c @@ -799,7 +799,7 @@ static void ipv6_nd_suppress_ra_set(struct interface *ifp, * if the operator has explicitly enabled RA. The enable request can also * specify a RA interval (in seconds). */ -void zebra_interface_radv_set(struct zserv *client, int sock, u_short length, +void zebra_interface_radv_set(struct zserv *client, u_short length, struct zebra_vrf *zvrf, int enable) { struct stream *s; |
