diff options
| -rw-r--r-- | zebra/zebra_rib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index fe29e816..4098db26 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1431,7 +1431,7 @@ static_add_ipv4 (struct prefix *p, struct in_addr *gate, char *ifname,    /* Make flags. */    if (gate)      type = STATIC_IPV4_GATEWAY; -  if (ifname) +  else if (ifname)      type = STATIC_IPV4_IFNAME;    else      type = STATIC_IPV4_BLACKHOLE;  | 
