Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for getting MAC table over SSH on recent ONIE switches #7464

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

kcgthb
Copy link
Member

@kcgthb kcgthb commented Aug 8, 2024

The PR is to fix issue #7463

The modification include

## fix remote PATH

Run the remote bridge command in a login shell, to make sure PATH is properly defined

## fix remote error propagation

Add set -o pipefail to ensure that errors are properly propagated back through the remote SSH command

- run the remote `bridge` command in a login shell, to make sure PATH is
  properly defined
- add `set -o pipefail` to ensure that errors are properly propagated
  back through the remote SSH command
Copy link
Member

@Obihoernchen Obihoernchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Obihoernchen Obihoernchen added this to the 2.17 milestone Aug 9, 2024
@Obihoernchen Obihoernchen merged commit 1534231 into xcat2:master Aug 9, 2024
2 checks passed
@kcgthb kcgthb deleted the onie_macmap branch August 12, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants