A project I'm looking to do in my spare time at Sun is to
create a library that provides access to some of the
more useful ioctls supported by IPFilter. The problem
with relying on ioctls is that if the data structures passed
through change then often everything needs to be
recompiled.
I current
On Wed, Mar 07, 2007 at 10:42:42PM +0100, rmkml wrote:
> Hi,
> I have disabled/removed module on kernel, anyone ok,
> but when I create bridge0 :
> ifconfig bridge0 create
> ifconfig: SIOCIFCREATE: Invalid argument
> I just added "options BRIDGE" on my kernel conf.
> uname -a : 6.2-RELEASE
> ok i
man if_bridge
options BRIDGE is different bridge implementation
to use if_bridge:
kldload if_bridge (or add it to kernel config or /boot/loader.conf)
ifconfig bridge0 create
...
cheers
_
From: rmkml [mailto:[EMAIL PROTECTED]
To: freebsd-net@freebsd.org
Sent: Wed, 07 Mar 2007 23:42:42 +0
rmkml wrote:
Hi,
I have disabled/removed module on kernel, anyone ok,
but when I create bridge0 :
ifconfig bridge0 create
ifconfig: SIOCIFCREATE: Invalid argument
I just added "options BRIDGE" on my kernel conf.
uname -a : 6.2-RELEASE
ok if I add interface manually and bridge work :
sysctl -w
Hi,
I have disabled/removed module on kernel, anyone ok,
but when I create bridge0 :
ifconfig bridge0 create
ifconfig: SIOCIFCREATE: Invalid argument
I just added "options BRIDGE" on my kernel conf.
uname -a : 6.2-RELEASE
ok if I add interface manually and bridge work :
sysctl -w net.link.ether
On Tue, Mar 06, 2007 at 08:22:16PM +0300, Roman Kurakin wrote:
> Ok, since no one want to provide an explanation I'll to do it myself.
...
> I suggest to fix this problem in the other way, by checking if the
> physical interface
> is the dst interface by MAC. Eq if we got packet from Ci, it will b
On Wed, Mar 07, 2007 at 03:06:10PM -0500, Corey Smith wrote:
> Please CC: me as I am off list.
>
> I want to be able to create an 802.1q bridged trunk. This is nice if
> you want layer 1 and 2 redundancy on an arbitrary number of logical
> networks with only two physical network interfaces.
>
>
Please CC: me as I am off list.
I want to be able to create an 802.1q bridged trunk. This is nice if
you want layer 1 and 2 redundancy on an arbitrary number of logical
networks with only two physical network interfaces.
Here is try1:
ifconfig bridge18 destroy
ifconfig bridge19 destroy
ifconfi
Alexandru Arion wrote:
Is there an equivalent in FreeBSD to the SO_ACCEPTCONN option for
getsockopt(), available in Linux? It doesn't actually has to be an
option for getsockopt(), just a way to determine if a socket has been
marked to accept connections with listen().
SO_ACCEPTCONN appears t
On 3/7/07, Alexandru Arion <[EMAIL PROTECTED]> wrote:
Hi,
I'm rather new here, so excuses in advance if the question is out of
topic.
Is there an equivalent in FreeBSD to the SO_ACCEPTCONN option for
getsockopt(), available in Linux? It doesn't actually has to be an
option for getsockopt(), jus
Hi,
I'm rather new here, so excuses in advance if the question is out of
topic.
Is there an equivalent in FreeBSD to the SO_ACCEPTCONN option for
getsockopt(), available in Linux? It doesn't actually has to be an
option for getsockopt(), just a way to determine if a socket has been
marked to acce
Bruce M. Simpson wrote:
Dealing with dhclient is a separate issue -- here, something like
IP_SENDIF needs to be introduced, as we are truly in an 'ip
unnumbered' situation -- ie the ifnet MAY not yet have been assigned
an IPv4 address at all, and IP_SENDSRCADDR implies that you are source
ro
12 matches
Mail list logo