diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2020-04-03 14:04:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 14:04:43 +0200 |
| commit | 51c5566a071ce633555fdfb12928fadeaa42d6dc (patch) | |
| tree | d3d9c19c582fe6b5df7e19f5c9e45810568191da /zebra/zebra_vrf.c | |
| parent | dba3453515d5b3dc8c66944fe30adc4bdae5b449 (diff) | |
| parent | 600771460323e85e5663171454718526a41d9ac0 (diff) | |
Merge pull request #6138 from donaldsharp/rtadv_respect_the_vrf
Rtadv respect the vrf
Diffstat (limited to 'zebra/zebra_vrf.c')
| -rw-r--r-- | zebra/zebra_vrf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vrf.c b/zebra/zebra_vrf.c index dfa7d5ae92..ee1e251a69 100644 --- a/zebra/zebra_vrf.c +++ b/zebra/zebra_vrf.c @@ -178,7 +178,7 @@ static int zebra_vrf_disable(struct vrf *vrf) zebra_vxlan_vrf_disable(zvrf); #if defined(HAVE_RTADV) - rtadv_terminate(zvrf); + rtadv_vrf_terminate(zvrf); #endif /* Inform clients that the VRF is now inactive. This is a |
