Hello Mikhail & Ryan, Sorry about the tardiness of the response .
For Linux-2.1.100 -> Linux-2.2.x Mikhail is correct .
But for 2.0.3x , I'd use the
http://www.gated.org/net-research/gated/gated-3-5-11.tar.gz
using the build Config below .
Hth, JimL
On Sun, 21 Mar 1999, Mikhail Saykov wrote:
> Ryan Sweat wrote:
> > What is the best solutionn to implement OSPF protocol on linux machine
> > ? I need about 5 areas defines. Any ideas ??
> Try Gated daemon 3-5-10 or pre11 (for me it's same) with a Alexey Kuznetsov
> patches
> http://www.gated.org
> http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/
+-----------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network Engineer | 25416 22nd So | Give me Linux |
| [EMAIL PROTECTED] | DesMoines WA 98198 | only on AXP |
+-----------------------------------------------------------------+
--- begin linux-inet.Config ---
#
# Configuration file for Linux 2.0.x systems
# [EMAIL PROTECTED]
#
# set path_unix to the location of vmlinux on your system
path_unix /usr/src/linux/vmlinux
#
# set path_pid to the location of `name`.pid file to your preference.
path_pid /var/run/%s.pid
#
# set path_version to the location of `name`.version file to your preference.
path_version /var/run/%s.version
#
# Tell gated where to find signal definitions . Only on 2.0.3x Kernels JimL
signal_h /usr/include/asm/signal.h
#
# Other options which can be set to your preference ( just make sure
# they exist )
path_dumpdir /var/tmp/
path_dump /var/tmp/%s_dump
path_config /etc/%s.conf
# This is the directory for binaries. gdc ripquery ospf_monitor ...
bindir /usr/bin
# This is the directory for gated binary.
sbindir /usr/sbin
# set your favourite protocol set. NOTE: gii is required if you want
# to be able to use the Gated Interactive Interface
#
protocols bgp icmp ospf rip egp rdisc
#protocols icmp ospf rip
# Which incantation of lex to use, IE: flex for all linux distr.s
lex flex
# List libraries required for your environment
ldflags -ldb
options NO_MBUF_H
options INCLUDE_UNISTD
options INCLUDE_TYPES
options INCLUDE_PATHS
options USE_SETPGRP
options HAVE_DIRENT
options GID_T=int
options POSIX_SIGNALS
options NEED_SIGNAME
options HAVE_WAITPID
options KRT_RTREAD_PROC
options KRT_LLADDR_LINUX
options ROUTES_WO_MBUFS
options KRT_IFREAD_IOCTL
options KRT_RT_IOCTL
options PROTO_ICMP
options KRT_SYMBOLS_PROC
options KRT_SOCKET_TYPE=PF_INET,SOCK_DGRAM,AF_UNSPEC
options KVM_TYPE_NONE
options VARIABLE_MASKS
options KRT_IPMULTI_TTL0
options SHADOW_PASSWD
options tzsetwall()={unsetenv("TZ");tzset();}
--- end linux-inet.Config ---
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]