diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-18 19:49:32 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-18 19:49:32 +0000 |
commit | ca00d4a13a7207da1ea3acf1f0e38ddc27669a4d (patch) | |
tree | 4c7acf42439e8ca6159383110d9d8cb44fda9cba /sysdep/linux/netlink/krt-scan.h | |
parent | 4daf03e5138dea8e5c409ab20a07f35667caa89e (diff) |
Fix numbering of routing tables in IPv6 version.
Diffstat (limited to 'sysdep/linux/netlink/krt-scan.h')
-rw-r--r-- | sysdep/linux/netlink/krt-scan.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdep/linux/netlink/krt-scan.h b/sysdep/linux/netlink/krt-scan.h index 2f8fe761..7885f078 100644 --- a/sysdep/linux/netlink/krt-scan.h +++ b/sysdep/linux/netlink/krt-scan.h @@ -15,11 +15,7 @@ * to krt-set.h, krt-iface.h and this file. */ -#ifdef IPV6 -#define NL_NUM_TABLES 1 -#else #define NL_NUM_TABLES 256 -#endif struct krt_scan_params { int table_id; /* Kernel table ID we sync with */ |