Date: Thu, 12 Jan 2017 15:30:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215998] if.c has dependencies on loop and ether Message-ID: <bug-215998-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215998 Bug ID: 215998 Summary: if.c has dependencies on loop and ether Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: bz@FreeBSD.org 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' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215998-8>