diff options
| author | Russ White <russ@riw.us> | 2020-09-01 10:31:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-01 10:31:20 -0400 |
| commit | edec686a2a86d8e20af3f5514561d67d265340f6 (patch) | |
| tree | 8453599b7c89044298798b0610fa7fcb964755eb /lib/zclient.c | |
| parent | c2ce62e50244369cf9fb515ec24e40864876e214 (diff) | |
| parent | 734bf907cbb6c8a44af41168a38e2cb57a25b926 (diff) | |
Merge pull request #7016 from donaldsharp/pbr_vrf_is_burf
Pbr vrf is burf
Diffstat (limited to 'lib/zclient.c')
| -rw-r--r-- | lib/zclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.c b/lib/zclient.c index 6b5f3e349a..b842e7c31b 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -2068,7 +2068,7 @@ static void zebra_interface_if_set_value(struct stream *s, uint8_t link_params_status = 0; ifindex_t old_ifindex, new_ifindex; - old_ifindex = ifp->ifindex; + old_ifindex = ifp->oldifindex; /* Read interface's index. */ STREAM_GETL(s, new_ifindex); if_set_index(ifp, new_ifindex); |
