Skip to content

Commit

Permalink
Exclude some em netlink interfaces on ot25.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Feb 8, 2024
1 parent d5d3bc3 commit c4c8bf7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions env-ot25.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# em0 is management, em10 is tripple port
# em0 is management
# em0, em1, em2, em3 are onboard
# em10 is tripple port
# em6, em7 are quad port
export MANAGEMENT_IF=em0
export SKIP_IF=em0,em1,em4,em5,em10,em11,em12,ix0,ix1
# em4, em5, ix0, ix1 have no carrier
# em8, em9, em10 are identical to em2
export SKIP_IF=em0,em1,em4,em5,em8,em9,em10,em11,em12,ix0,ix1
export NETLINK_LINE=4
# currently there is no distinct linux interface for link 4, share with 3
export LINUX_IF=enp6s0

# allow to manually run perform tests frag and splice on netlink hosts

Expand Down

0 comments on commit c4c8bf7

Please sign in to comment.