Date: Mon, 12 Jan 2009 11:24:32 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf options src/sys/net route.h rtsock.c src/sys/netinet6 in6.c Message-ID: <200901121125.n0CBPNYb086186@repoman.freebsd.org>
index | next in thread | raw e-mail
qingli 2009-01-12 11:24:32 UTC
FreeBSD src repository
Modified files:
sys/conf options
sys/net route.h rtsock.c
sys/netinet6 in6.c
Log:
SVN rev 187094 on 2009-01-12 11:24:32Z by qingli
Revive the RTF_LLINFO flag in route.h. The kernel code is guarded
by the new kernel option COMPAT_ROUTE_FLAGS for binary backward
compatibility. The RTF_LLDATA flag maps to the same value as RTF_LLINFO.
RTF_LLDATA is used by the arp and ndp utilities. The RTF_LLDATA flag is
always returned to the userland regardless whether the COMPAT_ROUTE_FLAGS
is defined.
Revision Changes Path
1.656 +1 -0 src/sys/conf/options
1.79 +2 -1 src/sys/net/route.h
1.163 +7 -1 src/sys/net/rtsock.c
1.97 +4 -0 src/sys/netinet6/in6.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901121125.n0CBPNYb086186>
