Skip to content

Commit 94c41b1

Browse files
authored
bfd: fix bfdd-control setting mintx/minrx (#5021)
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent 4005606 commit 94c41b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/images/bfdd-prestart.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -ex
44

5-
bfdd-control session new set mintx "${BFD_MIN_TX:-1000}"
6-
bfdd-control session new set minrx "${BFD_MIN_RX:-1000}"
5+
bfdd-control session new set mintx "${BFD_MIN_TX:-1000}" ms
6+
bfdd-control session new set minrx "${BFD_MIN_RX:-1000}" ms
77
bfdd-control session new set multi "${BFD_MULTI:-3}"
88

99
PEER_IPS=($(echo "${BFD_PEER_IPS:-::}" | tr ',' ' '))

0 commit comments

Comments
 (0)