diff options
| author | Renato Westphal <renato@openbsd.org> | 2017-08-31 13:22:55 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-31 13:22:55 -0300 |
| commit | b3c18264e4494b37743ac586eb05d4c54cf080ac (patch) | |
| tree | fb1b4b6b34e6666f59f2ed6ff2244ca007983ba5 /zebra/redistribute.c | |
| parent | 959768e8d049303c434bcb67e64d19bae65d073a (diff) | |
| parent | 60466a63f2a3c1da8c99721ec018c8b73610b548 (diff) | |
Merge pull request #1079 from qlyoung/fix-style-a
*: fix style
Diffstat (limited to 'zebra/redistribute.c')
| -rw-r--r-- | zebra/redistribute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/redistribute.c b/zebra/redistribute.c index fdfaa69571..4edc15aeb2 100644 --- a/zebra/redistribute.c +++ b/zebra/redistribute.c @@ -536,8 +536,8 @@ int zebra_add_import_table_entry(struct route_node *rn, struct route_entry *re, rib_add(AFI_IP, SAFI_UNICAST, re->vrf_id, ZEBRA_ROUTE_TABLE, re->table, 0, &p, NULL, re->nexthop, - zebrad.rtm_table_default, - re->metric, re->mtu, + zebrad.rtm_table_default, re->metric, + re->mtu, zebra_import_table_distance[AFI_IP] [re->table]); } else if (re->nexthop_num > 1) { |
