-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from eugeneia/master-fixes
Master fixes after program branch merge
- Loading branch information
Showing
12 changed files
with
110 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/program/snabbnfv/test_fixtures/nfvconfig/test_functions/rx_rate_limit.ports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
return { | ||
{ vlan = 43, | ||
mac_address = "52:54:00:00:00:00", | ||
port_id = "A", | ||
ingress_filter = nil, | ||
rx_police_gbps = 1, | ||
tunnel = nil | ||
}, | ||
{ vlan = 43, | ||
mac_address = "52:54:00:00:00:01", | ||
port_id = "B", | ||
ingress_filter = nil, | ||
rx_police_gbps = 1, | ||
tunnel = nil | ||
}, | ||
} |
16 changes: 16 additions & 0 deletions
16
src/program/snabbnfv/test_fixtures/nfvconfig/test_functions/tx_rate_limit.ports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
return { | ||
{ vlan = 43, | ||
mac_address = "52:54:00:00:00:00", | ||
port_id = "A", | ||
ingress_filter = nil, | ||
tx_police_gbps = 0.5, | ||
tunnel = nil | ||
}, | ||
{ vlan = 43, | ||
mac_address = "52:54:00:00:00:01", | ||
port_id = "B", | ||
ingress_filter = nil, | ||
tx_police_gbps = 0.5, | ||
tunnel = nil | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters