forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync to master #5
Merged
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
…nd add build dependency (#1011) * [build]: sonic-utilities package now depends on swsssdk; add build dependency * Now building sonic-utilities Python package in wheel format * Update sonic-utilities submodule * Change output wheel name to match proper format
… Per VLAN) (#999) * [DHCP Relay]: Support new <DhcpRelays> minigraph tag; support multiple VLANs * Don't start dhcrelay in quiet mode so as to get startup output in syslog * Update sonic-cfggen tests to support new '<DhcpRelays>' tag * <DhcpRelays> tag is only present for VLANs which require a DHCP relay agent -- only parse if present * Don't attempt to configure a DHCP relay agent for VLANs without specified DHCP servers * Modify to work with Taoyu's minigraph/DB changes (#942) * Reduce number of DHCP servers in sonic-cfggen unit tests from 4 to 2 * Remove isc-dhcp-relay sample output file from sonic-cfggen test, as we no longer generate that file * Update Option 82 isc-dhcp-relay patch to load all interface name-alias maps into memory once at start instead of calling sonic-cfggen on each packet we relay * Remove executable permission from Jinja2 template * Set max hop count to 1 so that DHCP relay will only relay packets with a hop count of zero * Replace tabs with spaces * Modify overlooked sonic-cfggen call, use Config DB instead of minigraph * Also ensure > 1 VLAN requires a DHCP relay agent before outputting to template * Generate port name-alias map file using sonic-cfggen and parse that in lieu of parsing port_config.ini directly * No longer drop packets with hop count > 0; Instead, drop packets which already contain agent info
docker images are also tagged with the same image version.
…til API. (#1022) There are multiple platforms that need to be transitioned to the new SfpUtilBase interface - I'm only taking care of Celestica-Seastone in this patch.
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
- the env variable 'platform' is not universal across different platforms this line will be removed once the related code in sonic-swss is refactored Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
…obal ebgp nexthop (#1024) * RR client support in minigraph for FRR * Fix python warning from previous rrclient commit and move config handling to a more relevant place for this cmd * Add config support for nhopself, keepalive and holdtime timers. * Add route-map to prefer global nexthops for ebgp learned prefixes.
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
- snmp service needs swss to be ready to get the port counter map Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Including the following commit: depmod to ensure that modules get loaded after ONIE install / image upgrade Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
msft patch: Trap all ARP packets including unicast/broadcast Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
[portstat]: Combine ADMIN and OPER fields Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Including this commit: [port_util]: Return empty dictionary instead of a NoneType in get_bridge_port_map Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
[portstat]: Fix typo Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
teamd requires all members to be set down before adding as a team port Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Update OpenNSL to 3.2.3.3-2 Update SAI to 3.0.3.2-10 This commit fixes S6100 CPU high usage issue Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
) When updategraph service is enabled, a special value 'default' from DHCP response will now initialize the system with an empty configuration instead of existing minigraph. A DHCP response without option 224 will remain the current behavior of skipping graph update and use existing default minigraph.
Including: - [swss] a couple non-functional code cleanup changes - [bufferorch] move buffer pool definitions together - [orchagent] optimize the code structure - [orchagent]: Fix hang problem caused by erase operation on empty map - [orchagent]: Support port/LAG in multiple VLANs Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
…ch type (#1089) Set the ECMP/LAG hash seed to 10 when the switch is a ToR, 20 when the switch is a Leaf, 0 otherwise. Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Include the fix: [mibs]: Add oid:0x prefix to the SAI ID in counter table (#48) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
* [Arista]: Fix the udev waiting in networking start This change is to fix the issue in aristanetworks/sonic#16 For the checking condition used, it is only applied to Arista switches Signed-off-by: Boyang Yu <byu@arista.com> * [Arista]: Correct for PR comments Signed-off-by: Boyang Yu <byu@arista.com>
#1087) * Added support for Z9100 to check SFP Presence, toggling lpmode, reset, and eeprom details
…lity (#1104) * Change git:// to https:// for better security and compatibility
* [acl-loader]: acl-loader integration. acl-loader was inplemented based on translate_acl source code. acl-loader can't be tested with unittest. Same testcases will be covered with testbed tests. - Remove translate_acl utility and tests. - Remove mirror template. - Do not run ACL rules and mirror configuration generators. - Adopt minigraph parser to work with acl-loader. * Update sonic-swss-common and sonic-swss submodules. Enable ACL dynamic config feature. * Update sonic-utilities submodule. Include fix for acl-loader incremental update command. * [sonic-cfggen]: Add test for everflow cfggen configuration.
sha1sum is a better option to use since it is part of the coreutil package. shasum is owned by perl which might not always exist on the host system.
* Bump sonic-platform-modules-arista Improves i2c performance for xcvrs Fix the led_plugin by ignoring unknown ports Miscellaneous improvements * Fix index column for Arista-7260CX3-D108C8 * Fix flash permissions for Arista platforms The ext4 flash uses acl to properly handle permissions in EOS. Aboot isn't built with this support and therefore can't be used to set the flash permissions. It has to be deferred in sonic initrd.
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* [vs] add teamsyncd into vs docker * add build badge for virtual switch
Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
* Add support for vlanconfd and intfconfd Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com> * Change name to vlanmgrd and intfmgrd Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com> * Add missing vlan_members for parse_dpg result Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com> * Remove cfgmgr debug CLI from image Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com> * Update swss and swss-common submodules for VLAN trunk support Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
nikos-github
pushed a commit
that referenced
this pull request
Apr 29, 2018
* Upgrade linux-image version * Add missing dependency of igb * Fix mft build rule * Add missing dependency of ixgbe * [Broadcom]: Update OpenNSL modules to be compatible with kernel 3.16.0-5 (#3) * [Nephos] Update SDK version to support new kernel module 3.16.0-5 (#4) * [mellanox]: Update URL for SDK (#5)
nikos-github
pushed a commit
that referenced
this pull request
Sep 28, 2018
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
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)