diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-16 14:51:43 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-16 14:51:43 +0100 |
commit | 476e10842503b51331a7994b6e25c91b20eb8e71 (patch) | |
tree | e9858a156a032f27a213c8932b5fc5021b2343d3 /sysdep/linux/krt-scan.c | |
parent | e693ddff874890a9e5c990f6ca75d2e2358d065a (diff) | |
download | bird-476e10842503b51331a7994b6e25c91b20eb8e71.tar bird-476e10842503b51331a7994b6e25c91b20eb8e71.zip |
Minor cleanups.
Diffstat (limited to 'sysdep/linux/krt-scan.c')
-rw-r--r-- | sysdep/linux/krt-scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c index 3f3def1..10a40b7 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -103,7 +103,7 @@ krt_parse_entry(byte *ent, struct krt_proto *p) if (ng) a.iface = ng->iface; else - /* FIXME: Remove this warning? */ + /* FIXME: Remove this warning? Handle it somehow... */ log(L_WARN "Kernel told us to use non-neighbor %I for %I/%d", gw, net->n.prefix, net->n.pxlen); a.dest = RTD_ROUTER; a.gw = gw; |