Bug 215998

Summary: if.c has dependencies on loop and ether
Product: Base System Reporter: Bjoern A. Zeeb <bz>
Component: kernAssignee: freebsd-net (Nobody) <net>
Status: New ---    
Severity: Affects Only Me CC: bz
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Bjoern A. Zeeb freebsd_committer freebsd_triage 2017-01-12 15:30:16 UTC
Hi,

if.c has grown dependencies on loop and ether;  if you remove the pseudo devices from your kernel config it won't link anymore:

if.o: In function `ifa_maintain_loopback_route':
/tank/users/bz/github/fbdz/sys/net/if.c:1703: undefined reference to `loif'
if.o: In function `if_etherbpfmtap':
/tank/users/bz/github/fbdz/sys/net/if.c:4093: undefined reference to `ether_vlan_mtap'