diff options
author | Kim <kim.sidney@gmail.com> | 2019-12-24 15:22:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 15:22:55 +0100 |
commit | 04848a46febc55261fd64a1378d5a48c1bc388d6 (patch) | |
tree | 1fc49f7c8e7e4ca92a558d6e92bf09153927eab4 /tools | |
parent | c90d376ecccf8bb0d8dcf3cfad2a86a32a0d095f (diff) | |
parent | b1e1cfaee9d5647e6c656205a7908b0431c50668 (diff) | |
download | vyos-build-04848a46febc55261fd64a1378d5a48c1bc388d6.tar.gz vyos-build-04848a46febc55261fd64a1378d5a48c1bc388d6.zip |
Merge pull request #73 from UnicronNL/crux
VEP4600: T1904: update eth1 and eth2 link files for the vep4600
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dell/vep4600/10-eth1-001.link | 2 | ||||
-rw-r--r-- | tools/dell/vep4600/10-eth2-001.link | 2 | ||||
-rw-r--r-- | tools/dell/vep4600/10-unused0-001.link | 2 | ||||
-rw-r--r-- | tools/dell/vep4600/10-unused1-001.link | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/dell/vep4600/10-eth1-001.link b/tools/dell/vep4600/10-eth1-001.link index f7af410b..c32e5e86 100644 --- a/tools/dell/vep4600/10-eth1-001.link +++ b/tools/dell/vep4600/10-eth1-001.link @@ -1,5 +1,5 @@ [Match] -Path=pci-0000:b6:00.2 +Path=pci-0000:b6:00.0 Driver=i40e [Link] diff --git a/tools/dell/vep4600/10-eth2-001.link b/tools/dell/vep4600/10-eth2-001.link index c92406b9..4ff72387 100644 --- a/tools/dell/vep4600/10-eth2-001.link +++ b/tools/dell/vep4600/10-eth2-001.link @@ -1,5 +1,5 @@ [Match] -Path=pci-0000:b6:00.3 +Path=pci-0000:b6:00.1 Driver=i40e [Link] diff --git a/tools/dell/vep4600/10-unused0-001.link b/tools/dell/vep4600/10-unused0-001.link index 8cec8534..e9014fb0 100644 --- a/tools/dell/vep4600/10-unused0-001.link +++ b/tools/dell/vep4600/10-unused0-001.link @@ -1,5 +1,5 @@ [Match] -Path=pci-0000:b6:00.0 +Path=pci-0000:b6:00.2 Driver=i40e [Link] diff --git a/tools/dell/vep4600/10-unused1-001.link b/tools/dell/vep4600/10-unused1-001.link index 8d4a4890..de906fcf 100644 --- a/tools/dell/vep4600/10-unused1-001.link +++ b/tools/dell/vep4600/10-unused1-001.link @@ -1,5 +1,5 @@ [Match] -Path=pci-0000:b6:00.1 +Path=pci-0000:b6:00.3 Driver=i40e [Link] |