diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2022-02-07 23:29:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 23:29:33 +0300 |
| commit | 16cdf5ddbc5c92f0dc43d9243a60a7258c67e68d (patch) | |
| tree | 566c01776c94e94000d64eb463962763be99e3cf /bgpd/rfapi/rfapi_rib.c | |
| parent | 88f739c16bf82cbfe3d8d15c29f88c948c3b53cb (diff) | |
| parent | b6d2bb07d86e3e2799643e9ef828943378ab8429 (diff) | |
Merge pull request #10518 from donaldsharp/af_unspec
Af unspec
Diffstat (limited to 'bgpd/rfapi/rfapi_rib.c')
| -rw-r--r-- | bgpd/rfapi/rfapi_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/rfapi/rfapi_rib.c b/bgpd/rfapi/rfapi_rib.c index d1f335f549..6b9a8fb4a7 100644 --- a/bgpd/rfapi/rfapi_rib.c +++ b/bgpd/rfapi/rfapi_rib.c @@ -1950,7 +1950,7 @@ rfapiRibPreload(struct bgp *bgp, struct rfapi_descriptor *rfd, && RFAPI_HOST_PREFIX(&rk.aux_prefix)) { /* mark as "none" if nhp->prefix is 0/32 or * 0/128 */ - rk.aux_prefix.family = 0; + rk.aux_prefix.family = AF_UNSPEC; } } |
