Fix style(9).

This commit is contained in:
Jung-uk Kim 2016-05-26 19:17:51 +00:00
parent a42aa5facd
commit ccabe8433f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300772

View File

@ -469,7 +469,8 @@ hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r,
fle6->f.n.next_hop6 =
((struct sockaddr_in6 *)&rt_gateway)->sin6_addr;
fle6->f.dst_mask = ip6_masklen(&sin6_mask.sin6_addr, &info);
fle6->f.dst_mask =
ip6_masklen(&sin6_mask.sin6_addr, &info);
rib_free_info(&info);
}
@ -489,7 +490,8 @@ hash6_insert(priv_p priv, struct flow_hash_entry *hsh6, struct flow6_rec *r,
if (rib_lookup_info(r->fib, (struct sockaddr *)&sin6, 0, 0,
&info) == 0)
fle6->f.src_mask = ip6_masklen(&sin6_mask.sin6_addr, &info);
fle6->f.src_mask =
ip6_masklen(&sin6_mask.sin6_addr, &info);
}
/* Push new flow at the and of hash. */