diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 21:17:46 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 21:17:46 +0100 |
commit | bdb95a21a45bce1754bf54de3e7423cf8eebf9ee (patch) | |
tree | 32f66b3d3b611949606532eba92d542073b39df0 /sysdep/cf/linux-21.h | |
parent | ea3582a6f66223dfd2c0dd6c597dc40b48033fd5 (diff) | |
download | bird-bdb95a21a45bce1754bf54de3e7423cf8eebf9ee.tar bird-bdb95a21a45bce1754bf54de3e7423cf8eebf9ee.zip |
Added skeletal version of Linux netlink interface. It doesn't work yet,
but the framework is there and I'll try finish it soon.
Diffstat (limited to 'sysdep/cf/linux-21.h')
-rw-r--r-- | sysdep/cf/linux-21.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdep/cf/linux-21.h b/sysdep/cf/linux-21.h index a88d0ad..7aeaab0 100644 --- a/sysdep/cf/linux-21.h +++ b/sysdep/cf/linux-21.h @@ -1,7 +1,7 @@ /* * Configuration for Linux 2.1 based systems * - * (c) 1998 Martin Mares <mj@ucw.cz> + * (c) 1998--1999 Martin Mares <mj@ucw.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -13,6 +13,7 @@ #define CONFIG_ALL_MULTICAST /* +Link: sysdep/linux/netlink Link: sysdep/linux Link: sysdep/unix */ |