Displaying 4 results from an estimated 4 matches for "config_ip_rout".
Did you mean:
config_ip_mroute
2002 Feb 07
1
smcroute - mroute: pending queue full, dropping entries
...ng smcroute(version 0.9) on Linux 2.2.16-22 and I have configured
two multicast (S,G) addresses to forward. The forwarding is working. I get
the following message several times per minute.
mroute: pending queue full, dropping entries
The kernel has the following options
CONFIG_IP_MULTICAST=y
#CONFIG_IP_ROUTER=n # is this required???
CONFIG_IP_MROUTE=y
CONFIG_NET_IPIP=m (module istalled with no difference)
Any idea why the kernel is reporting these error messages?
Stuart Stevens
R&D Architect - Server Appliances - Hewlett-Packard
8000 Foothills Boulevard, MS 5602, Roseville, California 957...
2001 Dec 05
0
Problem setting up nexthop
...LL=y
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_RTNETLINK=y < tried deleting these redundant lines
CONFIG_NETLINK=y < (artifact of make menuconfig) - didn''t help
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_LARGE_TABLES=y
CONFIG_IP_ROUTE_NAT=y
# CONFIG_IP_PNP is not set
CONFIG_IP_FIREWALL=y
# CONFIG_IP_FIREWALL_NETLINK is not set
CONFIG_IP_ROUTE_FWMARK=y
# CONFIG_IP_TRANSPARENT_PROXY is not set
CONFIG_IP_MASQUERADE=y
CONFIG_I...
2000 Feb 21
0
Kernel Error due to long filenames??
...set
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
# CONFIG_RTNETLINK is not set
CONFIG_NETLINK_DEV=y
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
CONFIG_SYN_COOKIES=y
#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set
#
#
#
CONFIG_IPX=m
CONFIG_IPX_INTERN=y
# CONFIG_SPX is...
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
...IG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_INET_ECN is not set
diff -Nru a/arch/arm/def-configs/ebsa110 b/arch/arm/def-configs/ebsa110
--- a/arch/arm/def-configs/ebsa110 Thu May 22 15:41:57 2003
+++ b/arch/arm/def-configs/ebsa110 Thu May 22 15:41:57 2003
@@ -211,10 +211,6 @@
# CONFIG_IP_ROUTE_TOS is not set
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_ROUTE_LARGE_TABLES is not set
-CONFIG_IP_PNP=y
-# CONFIG_IP_PNP_DHCP is not set
-CONFIG_IP_PNP_BOOTP=y
-# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
diff -Nru a/arc...