Hello,
I tweaked a little the one2many node to realize some different
kind of packet switching node. I needed something that would help me
to split over different IDS sensors data coming from span/mirroring
session done on the network. At first I tried to glue some bpf nodes
but I had no luck s
In my 4.6-RC system, I do not have problems with RIPv2
and OSPFv2 packets. I tried zebra routing daemon just now and
RIP multicast packets with 224.0.0.9 have proper source address
of the interface originating them and OSPFv2 HELLO multicast
packets with dst 224.0.0.5 have proper src address of t
* Rob ([EMAIL PROTECTED]) [020522 20:30]:
> I was just wondering why the src address is set to the host group in
> outgoing multicast packets on RELENG_4? As far as I can tell, rfc1054
> says that the src address should be set to that of the host, not the
> host group (6.2). The behavior exists
At 9:28 PM -0700 5/22/02, Semen A. Ustimenko wrote:
>Looks like nfs_socket.c and nfs_syscalls.c lack strings
>
> sopt.sopt_dir = SOPT_SET;
>
>when setting TCP_NODELAY and SO_KEEPALIVE. For SO_KEEPALIVE, it doesn't
>matter, sosetopt() doesn't examine it, but TCP_NODELAY is actually
>ignored.
I have some interest in UDLR, but alas I am no programmer either. UDCast
appears to have the first commercially available UDLR implementation, and if
I am not mistaken, I believe they have it running on FreeBSD. I also think
Emmanuel Duros wrote FreeBSD drivers for a few DVB-S cards while at Inr
On Wed, May 22, 2002 at 05:38:57PM -0700, Crist J. Clark wrote:
>
> No. sbin/ipfw is just the userland command for modifying rules. The
> actual firewall code lives in sys/netinet/ip_fw.{c,h}.
Hi,
I merged from -CURRENT to my -STABLE tree some changes made in October 2000 to
sys/netinet/ip_fw.{
Hello!
I updated to 4.6-RC on May 22. Posted to freebsd-stable
no response, so cross posting to net.
Am testing ng_eiface, new netgraph node added in this release.
I find that it is not in sys/conf/[files|options] but
the ng_eiface.[ch] are present in netgraph directory and in
Release notes. Aft