Skip to content

Commit

Permalink
Update integrationCommon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rchac authored Feb 18, 2025
1 parent be21ab7 commit 86ef809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integrationCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ def createShapedDevices(self):
device["mac"],
device["ipv4"],
device["ipv6"],
int(0),
int(0),
int(1),
int(1),
int(float(circuit["download"]) * bandwidth_overhead_factor()),
int(float(circuit["upload"]) * bandwidth_overhead_factor()),
""
Expand Down

0 comments on commit 86ef809

Please sign in to comment.