Skip to content

Commit 9fac4f9

Browse files
committed
fix(ns-ha): send ARP for all interfaces
1 parent b7c6ed2 commit 9fac4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ns-ha/files/ns-ha-enable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def send_gratuitous_arp(file):
134134
logger.info("Sent gratuitous ARP for IP %s on interface %s: success", ip, interface)
135135
else:
136136
logger.info("Sent gratuitous ARP for IP %s on interface %s: fail, %s", ip, interface, proca.stderr.strip())
137-
return
137+
break
138138
time.sleep(0.5)
139139

140140

0 commit comments

Comments
 (0)