]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a sysctl net.link.tap.up_on_open which defaults to zero; when it
authorbms <bms@FreeBSD.org>
Mon, 19 Mar 2007 18:17:31 +0000 (18:17 +0000)
committerbms <bms@FreeBSD.org>
Mon, 19 Mar 2007 18:17:31 +0000 (18:17 +0000)
commit9d0975ba995d6d98160e2786c7bfa7e5f2b8f12b
tree139a4f6a9c17eeacc1ffa7017f84b11cd6a6941a
parent70b3eda27cf46182d91500a0c4b89a18908e72cb
Add a sysctl net.link.tap.up_on_open which defaults to zero; when it
is non-zero, tap(4) instances will be marked IFF_UP on attach.

PR: 110383
Requested by: Frank Behrens
MFC after: 2 weeks
sys/net/if_tap.c