]> git.ipfire.org Git - thirdparty/bird.git/commit
Cleaned up system configuration files -- removed few obsolete parameters,
authorMartin Mares <mj@ucw.cz>
Sat, 27 Mar 1999 22:51:05 +0000 (22:51 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 27 Mar 1999 22:51:05 +0000 (22:51 +0000)
commit1127ac6ec7eff52d4ccbc4d836a63fa6513f6d48
tree1eee8d7e515c07f85f2becf4f368a2b55ee7c81d
parent7dc4827c968053e45bcb7f145e9986eeb20c993b
Cleaned up system configuration files -- removed few obsolete parameters,
documented the remaining ones (sysdep/cf/README).

Available configurations:

   o  linux-20: Old Linux interface via /proc/net/route (selected by default
on pre-2.1 kernels).
   o  linux-21: Old Linux interface, but device routes handled by the
kernel (selected by default for 2.1 and newer kernels).
   o  linux-22: Linux with Netlink (I play with it a lot yet, so it isn't
a default).
   o  linux-ipv6: Prototype config for IPv6 on Linux. Not functional yet.
configure.in
sysdep/cf/README [new file with mode: 0644]
sysdep/cf/linux-20.h
sysdep/cf/linux-21.h
sysdep/cf/linux-22.h [new file with mode: 0644]
sysdep/cf/linux-v6.h
sysdep/linux/netlink/netlink.c