Hi,
With 7.2, is ok to add the following function to the uipc_socket.c file?
void nf_sockopt_init(void)
{
LIST_INIT(&nf_sockopts);
mtx_init(&nf_sockopt_mutex,"linux netfilter lock",NULL,MTX_DEF);
}
Thanks
___
freebsd-net@freebsd.org mailing l
Hi all,
I extended the ipfw table mechanism to IPv6 protocol and now i need
some people for testing and next commit it.
The code is stable but you must be careful about possible ambiguous
parser semantics.
Now you must insert IPv6 addresses inside a table:
ipfw table 1 add fe80::1
And you
Bob Van Zant wrote:
> Well that goes all the way back to my first email :-)
>
> "An alternative view on this is that I shouldn't be sending out any packets,
> especially unsolicited NAs, using or referencing a tentative address."
>
> This makes sense. I'll stop doing bad things now :-) Thanks for y
Giulio Ferro wrote:
> Chris Cowart wrote:
>> Assuming the NICs are displayed by ifconfig -a or inserted into
>> cloned_interfaces in /etc/rc.conf, you can create the following scripts:
>>
>> /etc/start_if.vlan100
>> /etc/stop_if.vlan100
>>
>> Where start_if.vlan100 is sourced by the netif start and
--- On Wed, 5/6/09, Bjoern A. Zeeb wrote:
> On Wed, 6 May 2009, Gabe wrote:
>
> Hi,
>
> I had been travelling yesterday, ... here is the summary
> for today:
>
> > So how is it coming along?
>
> It's compiling; it's on might notebook since last
> night as well. It
> hasn't crashed yet. I hav