diff options
Diffstat (limited to 'src/conf_mode/vpp_interfaces_loopback.py')
| -rw-r--r-- | src/conf_mode/vpp_interfaces_loopback.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/conf_mode/vpp_interfaces_loopback.py b/src/conf_mode/vpp_interfaces_loopback.py index 6aa3fc850..f0bcdfb18 100644 --- a/src/conf_mode/vpp_interfaces_loopback.py +++ b/src/conf_mode/vpp_interfaces_loopback.py @@ -17,7 +17,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. import os -import time from vyos import ConfigError @@ -136,9 +135,6 @@ def apply(config): # Add kernel-interface (LCP) if interface is not exist if 'kernel_interface' in config and not is_interface(kernel_interface): - # Introduce a delay to address instability in the VPP API, which may fail to create the LCP - # or establish a connection. This should be reviewed and resolved in future releases. - time.sleep(2) i.kernel_add() call_dependents() |
