git: Revert "if_tap: Get rid of arpcom struct from tap_softc struct"
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 17 03:02:22 PDT 2018
commit b2bc15c2300414fe7db1f51249754f8a81f824a2
Author: Aaron LI <aly at aaronly.me>
Date: Tue Jul 17 17:58:35 2018 +0800
Revert "if_tap: Get rid of arpcom struct from tap_softc struct"
This reverts commit 78e1ab4a8fc0074361116dedb55e6dc02baea351, with
minor adjustments to reduce the diff.
Thank sephe for pointint out the problem with that commit, which
breaks the 'ether_ifattach()' as well as some IPv6 stuffs that
assume the existence of 'arpcom'.
Summary of changes:
sys/net/tap/if_tap.c | 36 +++++++++++++-----------------------
sys/net/tap/if_tapvar.h | 3 ++-
2 files changed, 15 insertions(+), 24 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b2bc15c2300414fe7db1f51249754f8a81f824a2
--
DragonFly BSD source repository
More information about the Commits
mailing list