Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jun 28 04:10:47 UTC 2017

Modified Files:
        src/sys/net: route.c
        src/tests/net/arp: t_arp.sh
        src/tests/net/route: t_route.sh

Log Message:
Drop RTF_LLINFO flag (now it's RTF_LLDATA) from local routes

They don't have llinfo anymore. And also the change fixes unexpected
behavior of ARP proxy.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/sys/net/route.c
cvs rdiff -u -r1.30 -r1.31 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.12 -r1.13 src/tests/net/route/t_route.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index