git: tun/tap: Do not flag cloned interface as manually made
Aaron LI
aly at crater.dragonflybsd.org
Sat Jun 27 07:11:38 PDT 2020
commit f25c93f9cd559d50b80055c22b551345bedd1469
Author: Aaron LI <aly at aaronly.me>
Date: Sat Jun 27 11:43:00 2020 +0800
tun/tap: Do not flag cloned interface as manually made
Similar to the devices cloned via the autocloner device (i.e., /dev/tun,
/dev/tap), don't flag devices cloned via interface cloning as manually
made. Only explicitly opened devices are flagged as manually made.
Summary of changes:
sys/net/tap/if_tap.c | 2 +-
sys/net/tun/if_tun.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f25c93f9cd559d50b80055c22b551345bedd1469
--
DragonFly BSD source repository
More information about the Commits
mailing list