Skip to content

Commit 8d67617

Browse files
author
jojimt
authored
Merge pull request #596 from abhinandanpb/triggertestfix
Fixing Netplugin disconnect
2 parents d2ec4ff + 3e98665 commit 8d67617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ovsdbDriver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
)
3030

3131
// Max number of retries to get ofp port number
32-
const maxOfportRetry = 10
32+
const maxOfportRetry = 20
3333

3434
// OvsdbDriver is responsible for programming OVS using ovsdb protocol. It also
3535
// implements the libovsdb.Notifier interface to keep cache of ovs table state.

0 commit comments

Comments
 (0)