We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eda38 commit 5c01cffCopy full SHA for 5c01cff
systemvm/debian/opt/cloud/bin/configure.py
@@ -850,7 +850,7 @@ def configure_ipsec(self, obj):
850
file.addeq(" dpddelay=30")
851
file.addeq(" dpdtimeout=120")
852
file.addeq(" dpdaction=restart")
853
- if splitconnections and peerlistarr.count > 1:
+ if splitconnections and len(peerlistarr) > 1:
854
logging.debug('Splitting connections for rightsubnets %s' % peerlistarr)
855
for peeridx in range(1, len(peerlistarr)):
856
logging.debug('Adding split connection -%d for subnet %s' % (peeridx + 1, peerlistarr[peeridx]))
0 commit comments