This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
modules
/
bridge
/
Makefile
8 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
Make it so dummynet and bridge can be loaded as modules. Submitted by: billf
2001-10-05 05:45:27 +00:00
# $FreeBSD$
.PATH
:
${.
CURDIR
}/../../
net
KMOD
=
bridge
SRCS
=
bridge.c
o update PFIL_HOOKS support to current API used by netbsd o revamp IPv4+IPv6+bridge usage to match API changes o remove pfil_head instances from protosw entries (no longer used) o add locking o bump FreeBSD version for 3rd party modules Heavy lifting by: "Max Laier" <max@love2party.net> Supported by: FreeBSD Foundation Obtained from: NetBSD (bits of pfil.h and pfil.c)
2003-09-23 17:54:04 +00:00
Make it so dummynet and bridge can be loaded as modules. Submitted by: billf
2001-10-05 05:45:27 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
k
m
o
d
.
m
k
>
Reference in New Issue
Copy Permalink