if (!(if_is_loopback (ifp) ||
CHECK_FLAG(ifp->status, ZEBRA_INTERFACE_VRF_LOOPBACK)))
{
- if (ipv6_address_configured(ifp))
- {
- if (! zif->rtadv.AdvSendAdvertisements)
- vty_out (vty, " ipv6 nd suppress-ra%s", VTY_NEWLINE);
- }
- else
- {
- if (zif->rtadv.AdvSendAdvertisements)
- vty_out (vty, " no ipv6 nd suppress-ra%s", VTY_NEWLINE);
- }
+ if (zif->rtadv.AdvSendAdvertisements)
+ vty_out (vty, " no ipv6 nd suppress-ra%s", VTY_NEWLINE);
}
interval = zif->rtadv.MaxRtrAdvInterval;