I am having a problem with the tc command. When I run:
tc qdisc add dev eth0 bfifo limit 100000
I receive the following error:
RTNETLINK answers: Operation not supported
I have tried recompiling the kernel with the following options without improvement:
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CT_NETLINK=y
CONFIG_SCSI_NETLINK=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_NET_SCHED=y
NET_SCH_INGRESS=y
Any suggestions would be appreciated