Deleted Added
full compact
1c1
< /* $FreeBSD: head/usr.sbin/ndp/ndp.c 243903 2012-12-05 19:45:24Z hrs $ */
---
> /* $FreeBSD: head/usr.sbin/ndp/ndp.c 245230 2013-01-09 18:18:08Z ume $ */
984a985,987
> #ifdef ND6_IFF_NO_PREFER_IFACE
> SETFLAG("no_prefer_iface", ND6_IFF_NO_PREFER_IFACE);
> #endif
1057a1061,1064
> #ifdef ND6_IFF_NO_PREFER_IFACE
> if ((ND.flags & ND6_IFF_NO_PREFER_IFACE))
> printf("no_prefer_iface ");
> #endif