Skip to content

Commit

Permalink
Initialise min_nics variable to 0. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc authored Jul 9, 2024
1 parent 98492a8 commit 0257a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/vrnetlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __init__(
self.highest_provisioned_nic_num = 0

self.insuffucient_nics = False
self.min_nics = 0
# if an image needs minimum amount of dataplane nics to bootup, specify
if min_dp_nics:
self.min_nics = min_dp_nics
Expand Down

0 comments on commit 0257a6b

Please sign in to comment.