Remove redundant code - remove_interface() already removes TAP cache entries

This commit is contained in:
Pim van Pelt
2022-04-12 10:47:45 +00:00
parent 2b1287f4ef
commit 594e21afa4
2 changed files with 0 additions and 11 deletions

View File

@ -316,7 +316,6 @@ class Reconciler():
for ifname in removed_taps:
cli = "delete tap %s" % ifname
self.cli['prune'].append(cli)
self.vpp.cache_remove_tap(ifname)
self.vpp.cache_remove_interface(ifname)
return True