Skip to content

Commit

Permalink
Merge pull request #340 from abdhaleegit/addinterfaces
Browse files Browse the repository at this point in the history
NIC: add interfaces parameter for network bucket
  • Loading branch information
PraveenPenguin authored Nov 12, 2024
2 parents 8d2c419 + 9cdf6c6 commit 49ea97e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/wrapper/pci_input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,18 @@ module = driver

[io_network_fvt]
interface = interfaces:0
interfaces = interfaces:all
host_interfaces = interfaces:all
pci_device,functions:0
pci_devices = functions:all
module = driver

[io_ib_fvt]
interface = interfaces:0
interfaces = interfaces:all
host_interfaces = interfaces:all
pci_device,functions:0
pci_devices = functions:all
module = driver

[io_raid_fvt]
Expand Down

0 comments on commit 49ea97e

Please sign in to comment.