X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=zebra%2Frtadv.c;h=5eebca163b5c1a275c563b0982570da06f3f65cc;hb=996c93142d3abfab0f6d6c800474e22a8cfbdbc5;hp=860e8710d6899bff1d890c918a19f4b3dba79a7b;hpb=3380418fa10556ef2c9139d09b9a435db64dc392;p=mirror_frr.git diff --git a/zebra/rtadv.c b/zebra/rtadv.c index 860e8710d..5eebca163 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c @@ -842,9 +842,9 @@ void zebra_interface_radv_set(struct zserv *client, u_short length, SET_FLAG(zif->rtadv.ra_configured, BGP_RA_CONFIGURED); ipv6_nd_suppress_ra_set(ifp, RA_ENABLE); if (ra_interval - && (ra_interval * 1000) < zif->rtadv.MaxRtrAdvInterval - && !CHECK_FLAG(zif->rtadv.ra_configured, - VTY_RA_INTERVAL_CONFIGURED)) + && (ra_interval * 1000) < zif->rtadv.MaxRtrAdvInterval + && !CHECK_FLAG(zif->rtadv.ra_configured, + VTY_RA_INTERVAL_CONFIGURED)) zif->rtadv.MaxRtrAdvInterval = ra_interval * 1000; } else { UNSET_FLAG(zif->rtadv.ra_configured, BGP_RA_CONFIGURED);