Re: 2.4.22 PPP filtering for ISDN
From: Patrick McHardy
Date: Wed Oct 01 2003 - 12:59:49 EST
You are missing CONFIG_FILTER=y/m. This is a config bug which is already
fixed
in .23-preX, it is not possible to select CONFIG_IPPP_FILTER without
selecting
CONFIG_FILTER anymore.
Regards,
Patrick
Frank Elsner wrote:
drivers/isdn/vmlinux-obj.o: In function `isdn_ppp_ioctl':
drivers/isdn/vmlinux-obj.o(.text+0xe64e): undefined reference to `sk_chk_filter'
drivers/isdn/vmlinux-obj.o: In function `isdn_ppp_push_higher':
drivers/isdn/vmlinux-obj.o(.text+0xf2e5): undefined reference to `sk_run_filter'
drivers/isdn/vmlinux-obj.o(.text+0xf32d): undefined reference to `sk_run_filter'
drivers/isdn/vmlinux-obj.o: In function `isdn_ppp_xmit':
drivers/isdn/vmlinux-obj.o(.text+0xf729): undefined reference to `sk_run_filter'
drivers/isdn/vmlinux-obj.o(.text+0xf78e): undefined reference to `sk_run_filter'
drivers/isdn/vmlinux-obj.o: In function `isdn_ppp_autodial_filter':
drivers/isdn/vmlinux-obj.o(.text+0xfcba): undefined reference to `sk_run_filter'
drivers/isdn/vmlinux-obj.o(.text+0xfce4): more undefined references to `sk_run_f
ilter' follow
make: *** [vmlinux] Error 1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/