Skip to content

Commit

Permalink
Rewire interface hardware and cables on ot19 ot25.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Feb 9, 2024
1 parent fcc2153 commit 87eb02c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions env-ot19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
export MANAGEMENT_IF=em18
export SKIP_IF=em18
export NETLINK_LINE=3
# currently there is no distinct linux interface for link 4, share with 3
export LINUX_IF=enp6s0
export LINUX_IF=ens1f0
export LINUX_LEFT_SSH=root@lt40
export LINUX_RIGHT_SSH=root@lt43

Expand Down
10 changes: 3 additions & 7 deletions env-ot25.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# em0 is management
# em0, em1, em2, em3 are onboard
# em10 is tripple port
# em6, em7 are quad port
# em6, em7 belong to quad port
export MANAGEMENT_IF=em0
# 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 SKIP_IF=em0,em1,em6,em7
export NETLINK_LINE=4
# currently there is no distinct linux interface for link 4, share with 3
export LINUX_IF=enp6s0
export LINUX_IF=ens1f1
export LINUX_LEFT_SSH=root@lt40
export LINUX_RIGHT_SSH=root@lt43

Expand Down

0 comments on commit 87eb02c

Please sign in to comment.