hi,
>> +static int
>> +netdev_bsd_get_next_hop(const struct in_addr *host, struct in_addr
>> *next_hop,
>> +char **netdev_name)
>> +{
>> +#if defined(__NetBSD__)
>
> Acked-by: Ed Maste
>
> This is close to being usable on FreeBSD as well, with the exception
> that we do
> +static int
> +netdev_bsd_get_next_hop(const struct in_addr *host, struct in_addr *next_hop,
> +char **netdev_name)
> +{
> +#if defined(__NetBSD__)
Acked-by: Ed Maste
This is close to being usable on FreeBSD as well, with the exception
that we don't have the RT_ADVANCE
Signed-off-by: YAMAMOTO Takashi
---
INSTALL.userspace | 6 +--
lib/netdev-bsd.c | 151 +-
2 files changed, 152 insertions(+), 5 deletions(-)
diff --git a/INSTALL.userspace b/INSTALL.userspace
index d1f0b69..f54b93e 100644
--- a/INSTALL.user