-
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
add support for linux 4.9 #2009
Closed
Closed
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
merge with master
just merge from master
just merge with master
…to Azure-master
merge with master
merge with sonic master
sync with upstream master
merge with master
merge with master
merge with master
lguohan
reviewed
Sep 4, 2018
@@ -18,3 +18,4 @@ $(INGRASYS_S9230_64X_PLATFORM_MODULE)_PLATFORM = x86_64-ingrasys_s9230_64x-r0 | |||
$(eval $(call add_extra_package,$(INGRASYS_S9130_32X_PLATFORM_MODULE),$(INGRASYS_S9230_64X_PLATFORM_MODULE))) | |||
|
|||
SONIC_STRETCH_DEBS += $(INGRASYS_S9130_32X_PLATFORM_MODULE) | |||
SONIC_STRETCH_DEBS += $(INGRASYS_S9230_64X_PLATFORM_MODULE) |
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 believe this is not needed since it is extra package of 32x platform.
lguohan
reviewed
Sep 4, 2018
merge with master
merge with master
sync with master
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
Dec 1, 2021
d352d5a Update default route status to state DB (sonic-net#2009) 24a64d6 Orchagent: Integrate P4Orch (sonic-net#2029) Signed-off-by: Stephen Sun <[email protected]>
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
Dec 14, 2021
5762b0c2 [Reclaim buffer][202012] Reclaim unused buffer for dynamic buffer model (sonic-net#1985) 33e9bd19 [Document][202012] Supply the missing ingress/egress port profile list in document (sonic-net#2066) 1b6ffba1 [Reclaiming buffer][202012] Support reclaiming buffer in traditional buffer model (sonic-net#2063) afb33f16 [202012] Update default route status to state DB (sonic-net#2009) (sonic-net#2067) b9c44f75 Common code update for reclaiming buffer (backport community PR sonic-net#1996 to 202106/202012) (sonic-net#2061) cf5182d8 [request parser] Allow request parser to parse multiple values Signed-off-by: Stephen Sun <[email protected]>
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
* Orchagent update of IPv4 and IPv6 default route status. If there is a valid default route, it shall be updated as state:ok. If there is no valid default route (with packet action drop), state db shall be updated as state:na - Schema ("ROUTE_TABLE|0.0.0.0/0")
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
- How I did it
Upgrade kernel to 4.9.0-7,don't merge
- How to verify it
build and test it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)