diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-05-14 13:36:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-14 13:36:31 -0400 |
| commit | ab78033d65dfcdbd5d1fe952193fc302b9843724 (patch) | |
| tree | 8a353e96a2fd15285707ce60f3ff36b1dc964996 | |
| parent | eb04e6e3c42901036b1b8c4d31ccab22fb133626 (diff) | |
| parent | ebdb1f4d833292acf515b67597fe015e7b915acd (diff) | |
Merge pull request #4335 from opensourcerouting/zebra-fpm-blackhole-info
zebra: send nexthop blackhole information in FPM
| -rw-r--r-- | zebra/zebra_fpm_netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_fpm_netlink.c b/zebra/zebra_fpm_netlink.c index bdc1dcdff3..16459b606a 100644 --- a/zebra/zebra_fpm_netlink.c +++ b/zebra/zebra_fpm_netlink.c @@ -270,7 +270,6 @@ static int netlink_route_info_fill(netlink_route_info_t *ri, int cmd, ri->rtm_type = RTN_BLACKHOLE; break; } - return 1; } if ((cmd == RTM_NEWROUTE |
