]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
authordg <dg@FreeBSD.org>
Fri, 31 Oct 1997 08:53:13 +0000 (08:53 +0000)
committerdg <dg@FreeBSD.org>
Fri, 31 Oct 1997 08:53:13 +0000 (08:53 +0000)
commit21bec5640c25cac4bb8e9ae59bd0290bc84a07ad
treef0c93f177a0955df24b6daab529a921e35d04c0f
parent923e0b9d9c7799c5d4b5f0a3a952f613b4751432
Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
preventing "route add default 1.2.3.4 -lock -mtu 1500" from working as
expected (which is, BTW, to disable Path MTU Discovery).
sys/net/rtsock.c