Re: fix for ISDN ippp filtering

2005-04-21 Thread Karsten Keil
On Thu, Apr 21, 2005 at 03:17:21PM +0200, Patrick McHardy wrote: > Karsten Keil wrote: > >Hi, > > > >We do not longer use DLT_LINUX_SLL for activ/pass filters but > >DLT_PPP_WITHDIRECTION > >witch need 1 as outbound flag. > >Please apply. > > Won't this break compatibility with old ipppd

Re: fix for ISDN ippp filtering

2005-04-21 Thread Patrick McHardy
Karsten Keil wrote: Hi, We do not longer use DLT_LINUX_SLL for activ/pass filters but DLT_PPP_WITHDIRECTION witch need 1 as outbound flag. Please apply. Won't this break compatibility with old ipppd binaries? Regards Patrick - To unsubscribe from this list: send the line "unsubscribe

fix for ISDN ippp filtering

2005-04-21 Thread Karsten Keil
Hi, We do not longer use DLT_LINUX_SLL for activ/pass filters but DLT_PPP_WITHDIRECTION witch need 1 as outbound flag. Please apply. Signed-off-by: Karsten Keil <[EMAIL PROTECTED]> diff -urN linux-2.6.12-rc2.org/drivers/isdn/i4l/isdn_ppp.c linux-2.6.12-rc2/drivers/isdn/i4l/isdn_ppp.c ---

fix for ISDN ippp filtering

2005-04-21 Thread Karsten Keil
Hi, We do not longer use DLT_LINUX_SLL for activ/pass filters but DLT_PPP_WITHDIRECTION witch need 1 as outbound flag. Please apply. Signed-off-by: Karsten Keil [EMAIL PROTECTED] diff -urN linux-2.6.12-rc2.org/drivers/isdn/i4l/isdn_ppp.c linux-2.6.12-rc2/drivers/isdn/i4l/isdn_ppp.c ---

Re: fix for ISDN ippp filtering

2005-04-21 Thread Patrick McHardy
Karsten Keil wrote: Hi, We do not longer use DLT_LINUX_SLL for activ/pass filters but DLT_PPP_WITHDIRECTION witch need 1 as outbound flag. Please apply. Won't this break compatibility with old ipppd binaries? Regards Patrick - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: fix for ISDN ippp filtering

2005-04-21 Thread Karsten Keil
On Thu, Apr 21, 2005 at 03:17:21PM +0200, Patrick McHardy wrote: Karsten Keil wrote: Hi, We do not longer use DLT_LINUX_SLL for activ/pass filters but DLT_PPP_WITHDIRECTION witch need 1 as outbound flag. Please apply. Won't this break compatibility with old ipppd binaries? Not