The introduction of AFI_L2VPN prefix makes usage of AFI_ETHER deprecated
and is of no usage currently. The former replaces the latter one.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
struct in6_addr addr6;
} un; /* cached un address */
time_t create_time;
- struct prefix aux_prefix; /* AFI_ETHER: the IP addr, if family set */
+ struct prefix aux_prefix; /* AFI_L2VPN: the IP addr, if family set */
} import;
} vnc;
}
afi++;
if (! afi_wildcard ||
- afi == AFI_ETHER) /* special case, not handled yet */
+ afi == AFI_L2VPN) /* special case, not handled yet */
afi = AFI_MAX;
}