]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tuntap: Improve style
authorkevans <kevans@FreeBSD.org>
Sat, 11 May 2019 04:18:06 +0000 (04:18 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 11 May 2019 04:18:06 +0000 (04:18 +0000)
commite2f91fb83d0934791da0d459dc33df45ba0a897e
tree0171114669edb978fc1486db01a24605a585da0e
parent09ef4172131efa8b3e7ba5c891c236672f2cdc77
tuntap: Improve style

No functional change.

tun_flags of the tuntap_driver was renamed to ident_flags to reflect the
fact that it's a subset of the tun_flags that identifies a tuntap device.
This maps more easily (visually) to the TUN_DRIVER_IDENT_MASK that masks off
the bits of tun_flags that are applicable to tuntap driver ident. This is a
purely cosmetic change.
sys/net/if_tuntap.c