aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/fib/fib_sas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/fib/fib_sas.c')
-rw-r--r--src/vnet/fib/fib_sas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/fib/fib_sas.c b/src/vnet/fib/fib_sas.c
index 8abac8672fd..c9d469379f1 100644
--- a/src/vnet/fib/fib_sas.c
+++ b/src/vnet/fib/fib_sas.c
@@ -112,7 +112,7 @@ fib_sas6_get (u32 sw_if_index,
/*
* if the dst is v6 and link local, use the source link local
*/
- if (ip6_address_is_link_local_unicast (dst))
+ if (dst && ip6_address_is_link_local_unicast (dst))
{
const ip6_address_t *ll = ip6_get_link_local_address (sw_if_index);
if (NULL == ll)