[acl_loader]: Add support for IPv6 field match#377
Merged
lguohan merged 1 commit intosonic-net:masterfrom Nov 11, 2018
Merged
Conversation
import ipaddr package and check if the ip address is ipv4 or ipv6 and set the corresponding rule properties Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
prsunny
approved these changes
Nov 10, 2018
Contributor
|
retest this please |
1 similar comment
Contributor
|
retest this please |
mihirpat1
pushed a commit
to mihirpat1/sonic-utilities
that referenced
this pull request
Sep 15, 2023
* JIRA-SONIC-7072: Convert the tx/rx power unit to the dBm unit in get_transceiver_bulk_status(). The tx/rx power unit in the eeprom is mW, and the tx/rx power unit for the API is dBm. It should be converted to the dBm in get_transceiver_bulk_status(). Signed-off-by: chiourung_huang <chiourung_huang@edge-core.com> --------- Signed-off-by: chiourung_huang <chiourung_huang@edge-core.com> Co-authored-by: Prince George <45705344+prgeor@users.noreply.github.com>
This file contains hidden or 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
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.
import ipaddr package and check if the ip address is ipv4 or ipv6
and set the corresponding rule properties
Signed-off-by: Shu0T1an ChenG shuche@microsoft.com