diff options
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 42f9287..b7fc129 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -100,7 +100,7 @@ krt_parse_entry(byte *ent, struct krt_proto *p) if (flags & RTF_GATEWAY) { neighbor *ng = neigh_find(&p->p, &gw, 0); - if (ng) + if (ng && ng->scope) a.iface = ng->iface; else /* FIXME: Remove this warning? Handle it somehow... */ |