diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-07 15:48:46 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-07 15:48:46 +0100 |
| commit | fa02c492fad6fb668897a5d5a8115af5ca3bb5e7 (patch) | |
| tree | 5a58e7280f0187509d4a9fecb4e5b41237b904a1 /lib/if.c | |
| parent | 22e9f17c7f93f0fbc0964eb923c165e4b484c9ed (diff) | |
| parent | 540263204c64431399662556c9f40aaccf73aba0 (diff) | |
Merge branch 'frr/pull/152' ("Lib fixes")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/if.c')
| -rw-r--r-- | lib/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ if_lookup_exact_address_vrf (void *src, int family, vrf_id_t vrf_id) } else if (family == AF_INET6) { - if (IPV6_ADDR_SAME (&p->u.prefix4, (struct in6_addr *)src)) + if (IPV6_ADDR_SAME (&p->u.prefix6, (struct in6_addr *)src)) return ifp; } } |
