2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Update warning to be commented out, just in case..

This commit is contained in:
Jarrod Johnson 2018-05-17 15:40:20 -04:00
parent db1ae03415
commit a9485706d1

View File

@ -22,7 +22,7 @@ for mac in macs:
macinfo = list(c.read('/networking/macs/by-mac/{0}'.format(mac)))[0]
if 'possiblenode' in macinfo and macinfo['possiblenode']:
if macinfo['macsonport'] > 1:
print('Ambiguous set of macs on port for ' + macinfo[
print('#Ambiguous set of macs on port for ' + macinfo[
'possiblenode'])
prefix = int(mac.replace('-', '')[:6], 16) ^ 0b100000000000000000
prefix = prefix << 8