Bug 215998 - if.c has dependencies on loop and ether
Summary: if.c has dependencies on loop and ether
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-net (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 15:30 UTC by Bjoern A. Zeeb
Modified: 2017-01-12 15:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'