DiffServ SNMP agent

2011-12-01 Thread alan yang
Hello, I wonder people would know if there is diffserv SNMP agent implementation for FreeBSD that is available? Googled a bit, but was not too successful in finding. Thanks in advance! Alan ___ freebsd-hackers@freebsd.org mailing list http://lists.free

interface for import/export flowtable

2010-07-22 Thread alan yang
Hello, Wonder people had implemented interface to import / export flowtable. Thanks in advance for sharing the info. Alan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any ma

Re: tracing pf code

2008-10-14 Thread alan yang
yes, exact. thanks a lot! On Tue, Oct 14, 2008 at 6:02 PM, Max Laier <[EMAIL PROTECTED]> wrote: > On Wednesday 15 October 2008 02:47:46 alan yang wrote: >> hello, >> >> for pf port on freebsd, i would like to trace the packet flow, looking >> at from ether_

tracing pf code

2008-10-14 Thread alan yang
hello, for pf port on freebsd, i would like to trace the packet flow, looking at from ether_input -> etiher_demux -> ip_input -> tcp_input where / how pf handles / process the packet. can people shed some lights where to start. really appreciate. ___ f

Re: setkey panic freebsd7

2008-10-10 Thread alan yang
sorry, /usr/local/sbin/setkey failed on parsing that specific add, not panic. no specific info, just say parse failed. maybe something is not supported ...? On Thu, Oct 9, 2008 at 8:46 AM, alan yang <[EMAIL PROTECTED]> wrote: > i wonder people ran into similar issue on setkey with free

Re: setkey panic freebsd7

2008-10-09 Thread alan yang
2008 at 1:56 PM, VANHULLEBUS Yvan <[EMAIL PROTECTED]> wrote: > Hi. > > > On Thu, Oct 09, 2008 at 08:46:32AM -0700, alan yang wrote: >> i wonder people ran into similar issue on setkey with freebsd7 that >> panic at ~/crypto/sha1.c:263 within sha1_result() >> digest[0] =

setkey panic freebsd7

2008-10-09 Thread alan yang
i wonder people ran into similar issue on setkey with freebsd7 that panic at ~/crypto/sha1.c:263 within sha1_result() digest[0] = ctxt->h.b8[3]; digest[1] = ctxt->h.b8[2]; on the following sadb add with setkey: add 192.168.0.101 192.168.0.110 esp-old 0x10001 -m any -E des-cbc "12345678" -A key

Re: kgdb debugging

2008-10-07 Thread alan yang
step 3) - from targetsystem: 1. Ctrl + Alt + Esc to go into db 2. from db> type gdb 3. it displays: "The remote GDB backend could not be selected" On Mon, Oct 6, 2008 at 5:12 PM, alan yang <[EMAIL PROTECTED

kgdb debugging

2008-10-06 Thread alan yang
hi, there, wonder people can shed some lights on remote debugging. i have freebsd7 configured with option DDB / KDB / GDB but after entering the db on the target system the command gdb gives "the remote GDB backend could not be selected". i browsed through the mailing list, and do find 1 similar