-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[WOL] Implement wake on LAN command line tool #19206
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9247507
Create sonic-nettools.mk
w1nda 8c8a140
Create sonic-nettools.dep
w1nda 2bdeb78
Create wol.cpp
w1nda 4cbe616
Create Makefile
w1nda 478a418
Update sonic-nettools.mk
w1nda 776c821
Update sonic-nettools.mk
w1nda 6a8c90e
Delete rules/sonic-nettools.dep
w1nda 81c1df2
Create changelog
w1nda 04c82fc
Create compat
w1nda 0a6a858
Create control
w1nda 1ffd10d
Create install
w1nda d9a8f12
Create rules
w1nda 9846bf4
Create .gitignore
w1nda ad3eaea
Update Makefile
w1nda 74652bf
Update Makefile
w1nda c713272
Update control
w1nda 93d6056
Update sonic_debian_extension.j2
w1nda 311bf11
Update slave.mk
w1nda 7beb860
Merge branch 'sonic-net:master' into wol_in_cpp
w1nda 73a0070
init rust env
w1nda deec91c
update makefile
w1nda 3fcb673
update dockerfile
w1nda a93b6a7
update dockerfile
w1nda 919c902
update dockerfile
w1nda 5bdbc4b
update dockfile
w1nda 7ff74e6
update dockerfile
w1nda 5e3947f
update dockerfile
w1nda e3788f6
install libcap2-bin
w1nda a11beeb
update dockerfile
w1nda 12e1c71
setcap
w1nda 0274865
update wol
w1nda e3086dc
update test
w1nda 0ee5bae
update tests
w1nda 9c91688
update dockerfiles
w1nda e4fac7c
update dockerfiles
w1nda d50e136
update return code and output
w1nda 7a07a74
update test
w1nda 3d8cb11
update return code and output
w1nda 7dc4c97
count and interval should specify both or neither
w1nda ef9bacc
update format
w1nda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SONIC_NETTOOLS_VERSION = 0.0.1-0 | ||
|
||
export SONIC_NETTOOLS_VERSION | ||
|
||
SONIC_NETTOOLS = sonic-nettools_$(SONIC_NETTOOLS_VERSION)_$(CONFIGURED_ARCH).deb | ||
$(SONIC_NETTOOLS)_SRC_PATH = $(SRC_PATH)/sonic-nettools | ||
SONIC_DPKG_DEBS += $(SONIC_NETTOOLS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
target/ | ||
bin/ | ||
.vscode/ |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if you understand CROSS_BUILD_ENVIRON correctly.
Do you try to build arm SONiC image on amd64 machine?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I'm trying install toolchain if user want to do cross build.