diff options
author | Lakshman Krishnamoorthy <lkrishnamoor@vmware.com> | 2019-06-04 00:36:02 +0200 |
---|---|---|
committer | Lakshman Krishnamoorthy <lkrishnamoor@vmware.com> | 2019-06-04 00:43:02 +0200 |
commit | 2789041a46fd0109fa865a64bc1cf4751360f39e (patch) | |
tree | 9889aa5c920c47d172a4f6e50f1ff8686be1c8a3 /zebra/zebra_rnh.c | |
parent | Merge pull request #4451 from donaldsharp/routemap_return (diff) | |
download | frr-2789041a46fd0109fa865a64bc1cf4751360f39e.tar.xz frr-2789041a46fd0109fa865a64bc1cf4751360f39e.zip |
Revert of PR 4078 and PR 4315
Signed-off-by: Lakshman Krishnamoorthy <lkrishnamoor@vmware.com>
Diffstat (limited to 'zebra/zebra_rnh.c')
-rw-r--r-- | zebra/zebra_rnh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rnh.c b/zebra/zebra_rnh.c index a8389f2ad..a63d01571 100644 --- a/zebra/zebra_rnh.c +++ b/zebra/zebra_rnh.c @@ -400,7 +400,7 @@ static int zebra_rnh_apply_nht_rmap(afi_t afi, struct zebra_vrf *zvrf, { int at_least_one = 0; struct nexthop *nexthop; - route_map_result_t ret; + int ret; if (prn && re) { for (nexthop = re->ng.nexthop; nexthop; |