Re: Sending packets at Kernel level

2010-08-30 Thread Robert Watson
On Sun, 29 Aug 2010, Sadish Kulasekere wrote: I need to know how to send packet from the kernel level. Can someone please point me to any documentation? Hi Sadish: Take a look at the socket(9) man page, which is the KPI used by in-kernel consumers of sockets such as the NFS client and serve

Current problem reports assigned to freebsd-net@FreeBSD.org

2010-08-30 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: Default router changes unexpectedly

2010-08-30 Thread Özkan KIRIK
Hi, # sysctl net.inet.icmp net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 200 net.inet.icmp.bmcastecho: 0 net.inet.icmp.quotelen: 8 net.inet.icmp.reply_from_interface: 0 net.inet.icmp.reply_src: net.inet.icmp.icmplim_output: 1 net.inet.icmp.log_redirect: 0 net.inet.icmp.drop_redirect: 1 net.inet

Re: Sending packets at Kernel level

2010-08-30 Thread Dmitriy Zamuraev
Maybe ng_source(4) can help you. > I need to know how to send packet from the kernel level. Can someone please > point me to any documentation? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe