mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:44:38 +00:00
Merge pull request #2414 from donaldsharp/bsd_failure
zebra: Fix compilation of bsd
This commit is contained in:
commit
4872687a28
@ -395,7 +395,7 @@ enum dp_req_result kernel_route_rib(struct route_node *rn,
|
||||
|
||||
if (src_p && src_p->prefixlen) {
|
||||
zlog_err("route add: IPv6 sourcedest routes unsupported!");
|
||||
return;
|
||||
return DP_REQUEST_FAILURE;
|
||||
}
|
||||
|
||||
if (zserv_privs.change(ZPRIVS_RAISE))
|
||||
|
Loading…
Reference in New Issue
Block a user