diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/vpp/control_vpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/vpp/control_vpp.py b/python/vyos/vpp/control_vpp.py index 39ecac906..2c81b2db2 100644 --- a/python/vyos/vpp/control_vpp.py +++ b/python/vyos/vpp/control_vpp.py @@ -283,7 +283,7 @@ class VPPControl: This clears all routes in VPP configured by LCP and re-creates them based on the current state of the kernel. """ - return self.__vpp_api_client.api.lcp_resync() + return self.__vpp_api_client.api.lcp_nl_resync() @_Decorators.check_retval @_Decorators.api_call |
