Le Mardi 30 Septembre 2003 03:03, Brooks Davis a écrit :
> [Previously posted to -net in another form.]
>
> I propose to add an if_dev member to struct ifnet. It would be of type
> device_t and be defined to point to the device for the interface or NULL
> if there is no device (or if there was not
In message: <[EMAIL PROTECTED]>
Brooks Davis <[EMAIL PROTECTED]> writes:
: Six years and eight months ago, net/if.h was split into if.h and
: if_var.h. At the time, if_var.h was included at the end if if.h as
: follows (this is the current code, but it's equivalent):
...
: Does this so
[Previously posted to -net in another form.]
I propose to add an if_dev member to struct ifnet. It would be of type
device_t and be defined to point to the device for the interface or NULL
if there is no device (or if there was not an easy way to get access to
one).
This change would codify the
Six years and eight months ago, net/if.h was split into if.h and
if_var.h. At the time, if_var.h was included at the end if if.h as
follows (this is the current code, but it's equivalent):
#ifdef _KERNEL
struct thread;
/* XXX - this should go away soon. */
#include
#endif
Unfortunately, "soon"
I asked on -questions but was unable to resolve. I'm hoping there's an
expert here that is willing and able to help. :)
I'm trying to get a Linksys WET11 Wireless Ethernet Bridge
(http://www.linksys.com/products/product.asp?prid=432&scid=36) working
with a D-Link 530TX+ NIC that uses the rl driv
On Mon, Sep 29, 2003 at 10:04:09PM +0200, Gianmarco Giovannelli wrote:
> On Monday 29 September 2003 20:02, Brett Glass wrote:
> > A client has asked me to build a transparent Web cache that acts as
> > a bridge, not a router. I've never tried using FreeBSD as a bridge.
> > How would I set this up?
On Monday 29 September 2003 20:02, Brett Glass wrote:
> A client has asked me to build a transparent Web cache that acts as
> a bridge, not a router. I've never tried using FreeBSD as a bridge.
> How would I set this up? Would the firewall rule that forwards
> Web requests to the cache process be t
A client has asked me to build a transparent Web cache that acts as
a bridge, not a router. I've never tried using FreeBSD as a bridge.
How would I set this up? Would the firewall rule that forwards
Web requests to the cache process be the same as on a system which
is operating as a router?
--Bret
> On Mon, 29 Sep 2003 18:59:08 +0200,
> Juan Rodriguez Hervella <[EMAIL PROTECTED]> said:
> I've got two routers sending RAs on the same link, so the
> host is configured with two IPv6 prefix on the same NIC.
> Watching the routing table I only see one default IPv6 route.
> When I try t
Hello all:
I'm using FreeBSD-4.8-RELEASE.
(I've tested the same thing using a KAME snap, so I CCs to them :)
I've got two routers sending RAs on the same link, so the
host is configured with two IPv6 prefix on the same NIC.
Watching the routing table I only see one default IPv6 route.
When I tr
Hi,
I am in the final stages of porting the NVidia Linux nForce MCP network
driver to FreeBSD-5.1 and am after some experienced users/developers
with access to this hardware to do some testing to find out what breaks,
and what doesn't work. My driver makes use of the Linux nvnetlib.o API
library,
Hello everybody,
Well, here is the full exemple I've just done to deal with a tap0 interface.
I didn't give you enaugh details in my last mail, so this time I've inserted
all the step.
Tap0 is now fully used in the sens that icmp requests and echos can be
dumped from the virtual interface.
As you
Hello.
I am newbie to BSD, so please be patient of a stupid question& =)
I have a good card intel etherexpress 10 isa utp. It is based on 82595 chip as well as
ee10pro card.
So I supposed I can use it with ex(4) driver.
But, the kernel says:
ex0: ifmedia_set: no match for 0x23/0x.
I tried
13 matches
Mail list logo