Hi Folks,
Some of us (Bruce, Juli, John-Mark and I) have embarked on a
project, named Dingo, to clean up and extend our network
stack. The web page for this is both in CVS
(www/en/projects/dingo) and on the web
(http://www.freebsd.org/projects/dingo/index.h
Hi all,
I wonder if it is possible to use the new pf firewall together with
bridging as it is possible to use it with ipf and ipfw.
Thanks,
Petr
Petr Holub
CESNET z.s.p.o. Supercomp
Andre,
what is reason for these two checks in ip_output():
if (!in_localip(ip->ip_src) && !in_localaddr(ip->ip_dst)) {
dst = (struct sockaddr_in *)&ro->ro_dst;
bcopy((fwd_tag+1), dst, sizeof(struct sockaddr_in));