-
Notifications
You must be signed in to change notification settings - Fork 664
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
[vlan] remove dhcp-relay as dhcp-relay commands will come as a plugin #1378
Merged
renukamanavalan
merged 7 commits into
sonic-net:master
from
stepanblyschak:dhcp_relay_remove
May 12, 2021
Merged
[vlan] remove dhcp-relay as dhcp-relay commands will come as a plugin #1378
renukamanavalan
merged 7 commits into
sonic-net:master
from
stepanblyschak:dhcp_relay_remove
May 12, 2021
Conversation
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
Signed-off-by: Stepan Blyshchak <[email protected]>
Signed-off-by: Stepan Blyshchak <[email protected]>
Signed-off-by: Stepan Blyshchak <[email protected]>
Signed-off-by: Stepan Blyshchak <[email protected]>
Signed-off-by: Stepan Blyshchak <[email protected]>
stepanblyschak
force-pushed
the
dhcp_relay_remove
branch
from
February 10, 2021 01:38
a0b8661
to
63f5e6e
Compare
retest this please |
Signed-off-by: Stepan Blyschak <[email protected]>
…elay_remove Signed-off-by: Stepan Blyschak <[email protected]>
stepanblyschak
force-pushed
the
dhcp_relay_remove
branch
from
April 22, 2021 08:19
3efe3e0
to
e3505e9
Compare
tahmed-dev
approved these changes
May 12, 2021
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.
LGTM. submodule update has to go along or after sonic-net/sonic-buildimage#6531
gitsabari
pushed a commit
to gitsabari/sonic-utilities
that referenced
this pull request
Jun 15, 2021
…sonic-net#1378) - What I did Remove dhcp relay commands from sonic-utilities. dhcp-relay commands will come as a plugin with dhcp-relay docker installation. See sonic-net/SONiC#682 - How I did it Remove dhcp-relay commands from vlan. Make "show vlan brief" command table output extendable. - How to verify it Install dhcp-relay docker as app.ext. Verify that "config vlan dhcp-relay" and "show vlan brief" show dhcp data.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
- What I did
Remove dhcp relay commands from sonic-utilities. dhcp-relay commands will come as a plugin with dhcp-relay docker installation.
See sonic-net/SONiC#682
- How I did it
Remove dhcp-relay commands from vlan. Make "show vlan brief" command table output extendable.
- How to verify it
Install dhcp-relay docker as app.ext. Verify that "config vlan dhcp-relay" and "show vlan brief" show dhcp data.
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)