-
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
[docker-teamd]: Automatically start the processes after host interfaces are created #278
Merged
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
lguohan
reviewed
Feb 9, 2017
dockers/docker-teamd/Dockerfile.j2
Outdated
@@ -2,6 +2,9 @@ FROM docker-config-engine | |||
|
|||
RUN apt-get update && apt-get install -f -y libdbus-1-3 libdaemon0 libjansson4 | |||
|
|||
# Dependencies for sonic-cfggen | |||
RUN apt-get install -f -y python-lxml python-jinja2 python-netaddr python-ipaddr python-yaml |
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 need, included in the docker-config-engine
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.
updated
…es are created Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
stcheng
pushed a commit
to stcheng/sonic-buildimage
that referenced
this pull request
May 17, 2019
Add schema for buffer pool: COUNTER_ID_LIST, PLUGIN_LIST, and COUNTERS NAME_MAP (sonic-net#272) [schema]: Add STATE_MIRROR_SESSION_TABLE_NAME (sonic-net#278) [schema]: Add POLICER configuration table (sonic-net#277) [schema]: Add SWITCH_CAPABILITY_TABLE (sonic-net#276) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
MichelMoriniaux
pushed a commit
to criteo-forks/sonic-buildimage
that referenced
this pull request
May 28, 2019
Add schema for buffer pool: COUNTER_ID_LIST, PLUGIN_LIST, and COUNTERS NAME_MAP (sonic-net#272) [schema]: Add STATE_MIRROR_SESSION_TABLE_NAME (sonic-net#278) [schema]: Add POLICER configuration table (sonic-net#277) [schema]: Add SWITCH_CAPABILITY_TABLE (sonic-net#276) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
stcheng
added a commit
that referenced
this pull request
Jul 5, 2019
0ed90ba - [policerorch]: Fix return code comparison error (#968) (1 minutes ago) <Shuotian Cheng) 80fcada - remove crm acl_counters when acl_table removed (#918) (3 hours ago) <JaredLius> bd3651f - [aclorch]: Fix matching MIRROR_DSCP throws unnecessary errors (#966) (2 minutes ago) <Shuotian Cheng> 0af226a - [aclorch]: Add MIRROR_DSCP table type (#906) (4 weeks ago) <Shuotian Cheng> 9005962 - [vstest]: Update the mirror session state table name (#917) (5 weeks ago) <Shuotian Cheng> c4e3e54 - [policerorch]: Add PolicerOrch to bundle with mirror session (#889) (6 weeks ago) <Shuotian Cheng> ee49926 - [Makefile]: Remove header files from source files (#883) (8 weeks ago) <Shuotian Cheng> f889f80 - [aclorch]: Add ICMP type/code match for v4/v6 (#868) (8 weeks ago) <Shuotian Cheng> 9931450 - [aclorch]: Add MIRRORv6 and MIRRORv4v6 support for ACL table (#825) (9 weeks ago) <Shuotian Cheng> a1ab18c - [mirrororch]: Fix comments typo (#863) (9 weeks ago) <Shuotian Cheng> sonic-swss-common 485db07 - [schema]: Add SWITCH_CAPABILITY_TABLE (#276) (6 weeks ago) <Shuotian Cheng> 3f49b20 - [schema]: Add POLICER configuration table (#277) (6 weeks ago) <Shuotian Cheng> 539b87d - [schema]: Add STATE_MIRROR_SESSION_TABLE_NAME (#278) (6 weeks ago) <Shuotian Cheng> sonic-utilities dc52015 - [Sonic-utilities]: Added commands to view acl and port running configs (#557) (6 days ago) <Prem Prakash> 635dc88 - [config]: Add config acl add/remove table command (#541) (4 weeks ago) <Shuotian Cheng> dcdc922 - [show]: Add show policer command (#540) (4 weeks ago) <Shuotian Cheng> 128462a - [config]: Add --policer option for mirror session (#537) (6 weeks ago) <Shuotian Cheng> 38da7f3 - [acl_loader]: Add policer attribute in show mirror_session command (#538) (6 weeks ago) <Shuotian Cheng> f95ff00 - [acl_loader]: Do not apply default DENY rule for MIRRORV6 table (#522) (6 weeks ago) <Shuotian Cheng> Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
* new consutil package - includes helper functions, and show/clear/connect skeletons Signed-off-by: Cayla Wanderman-Milne <t-cawand@microsoft.com> * Added connect command skeleton, added show line and clear line skeletons Signed-off-by: Cayla Wanderman-Milne <t-cawand@microsoft.com> * Added connect and consutil packages to setup.py and to bash completion Signed-off-by: Cayla Wanderman-Milne <t-cawand@microsoft.com> * Added docstrings and "TODO Stub" comments to clear line, show line, and connect line Signed-off-by: Cayla Wanderman-Milne <t-cawand@microsoft.com>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
* Do not log error when write fails to tap device This is when one of the virtual ethernet interface is down, then EIO is returned. * Fix spelling mistake
stepanblyschak
added a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
Jul 6, 2022
``` 23fc702 [201911][patch] mlxsw: i2c: Prevent transaction execution for special chip st (sonic-net#278) e4f44e4 [201911] Increase log buf len size to 1M (sonic-net#265) ef6abe3 [201911] Apply kernel patches to fix emmc unreliability (sonic-net#264) 7458347 [201911] Increase log buf len size to 1M 4edf1b4 [201911] Apply kernel patches to fix emmc unreliability ``` Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
sujinmkang
pushed a commit
that referenced
this pull request
Jul 7, 2022
``` 23fc702 [201911][patch] mlxsw: i2c: Prevent transaction execution for special chip st (#278) e4f44e4 [201911] Increase log buf len size to 1M (#265) ef6abe3 [201911] Apply kernel patches to fix emmc unreliability (#264) 7458347 [201911] Increase log buf len size to 1M 4edf1b4 [201911] Apply kernel patches to fix emmc unreliability ``` Signed-off-by: Stepan Blyschak <stepanb@nvidia.com> Why I did it I updated sonic-linux-kernel to pick a fix for a bug happening during ISSU that caused CPU stall. How I did it Updated submodule How to verify it Build and run warm reboot
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.
No description provided.