search for: hdlc_cisco

Displaying 4 results from an estimated 4 matches for "hdlc_cisco".

2005 Aug 23
8
HDLC/Zaptel/Kernel 2.6.11(.9)
All, I'm having a heck of a time getting hdlc to work on kernel 2.6.11.9 .. I compiled hdlc, hdlc_gen, hdlc_cisco, hdlc_raw, into the kernel (note into, and not 'modules'). System comes up, I configured zaptel.conf span=1,0,0,esf,b8zs nethdlc=1-24 modprobe wct4xxp ztcfg sethdlc hdlc0 cisco ifconfig hdlc0 up All of this works fine, believe it or not. I have a T1 cross plugged into a cisco 2600 usin...
2007 Apr 18
1
[Bridge] Re: hang on PPC
...on corrected OSDL does anti-spam detection by doing a reverse DNS lookup of incoming mail. Since most spammers use bogus addresses, it filters about 10% of spam. > Thanks in advance. > > BTW: My final task is make a patch for kernel to make bridge > working with cisco-hdlc devices (hdlc_cisco.c will have type > = ARPHRD_ETHER, and do appropriate encapsulation). Maybe > someone already made this, but I don't know ? > > Kernel boot log: > > Linux package found at 200000 > Kernel size 777k (compressed) > Ramdisk size 2913k (compressed) > Decompressing kerne...
2007 Apr 18
0
[Bridge] Re: hang on PPC
...bridge module. > > I've found a reason, the reason is in "LAPB over Ethernet > driver (CONFIG_LAPBETHER)" conflict. > I think it is in register_netdevice_notifier's handlers lock > between lapbether & bridge modules. > > I've made a modification for hdlc_cisco.c, now it can report > cisco-hdlc device as Ethernet (with cisco-compatible bridge > encapsulation). > But I have one problem: > hdlc_cisco must add 4-byte header in hard_start_xmit (as > long as no one call hard_header. But I have no space, as > long as bridge's interface hav...
2007 Apr 18
0
[Bridge] Re: hang on PPC
...; I've found a reason, the reason is in "LAPB over Ethernet > > driver (CONFIG_LAPBETHER)" conflict. > > I think it is in register_netdevice_notifier's handlers lock > > between lapbether & bridge modules. > > > > I've made a modification for hdlc_cisco.c, now it can report > > cisco-hdlc device as Ethernet (with cisco-compatible bridge > > encapsulation). > > But I have one problem: > > hdlc_cisco must add 4-byte header in hard_start_xmit (as > > long as no one call hard_header. But I have no space, as > > long...