Skip to content
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

201811 #122

Merged
merged 61 commits into from
Oct 17, 2019
Merged

201811 #122

merged 61 commits into from
Oct 17, 2019

Commits on Aug 29, 2019

  1. [libteam]: timerfd read() could return 0 fix (#3393)

    * Update sonic-quagga submodule
    
    * [libteam]: timerfd read() could return 0
    pavel-shirshov authored and yxieca committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    6b43650 View commit details
    Browse the repository at this point in the history
  2. Create the src archive in target/ when INSTALL_DEBUG_TOOLS=y (#3323)

    * Create the src archive in target/ when INSTALL_DEBUG_TOOLS=y
    
    * Dropped -v (verbose flag) from tar command
    renukamanavalan authored and yxieca committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    15612f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. [201811][build] fix path for dbg_files.sh (#3396)

    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    fe23aa7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. [swss]: remove intfsyncd service (#2499)

    intfsyncd is replaced by intfmgrd service
    
    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and yxieca committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    8dba5ba View commit details
    Browse the repository at this point in the history
  2. Add IPv6 Support in TACACS (#3395)

    * Add patch to support IPv6
    
    * Add support for IPv6
    
    * Remove in-correct changes by IPv6 support patch
    SuvarnaMeenakshi authored and yxieca committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ab1e505 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. [Mellanox] fix sfp issue in reading qsfp_status (#3386)

    There is a very low possibility that qsfp_status exists when opening it but doesn't when reading it a bit later. If this occurs an exception is raised.
    However, this should be treated as "not presence" rather than causing an exception, which can be achieved by putting it into try block.
    stephenxs authored and lguohan committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    aa33644 View commit details
    Browse the repository at this point in the history
  2. [201811][utilities] advance sonic-utilities sub module head (#3411)

    Submodule src/sonic-utilities 4f72e14..11b4cf1:
      > [fast-reboot] Check if ASIC config has changed before warm reboot (#621)
      > [neighbor_advertiser]: Change the ICMPv6 type to 135 (#629)
      > [acl_loader]: Fix show mirror_session error (#580)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 6, 2019
    Configuration menu
    Copy the full SHA
    97130ee View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    aee7d86 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. [build_debian] Include checksum of ASIC config files in SONiC filesys…

    …tem (#3384)
    
    [build_debian] Generate checksum of ASIC config files
    
    * Adds script to generate checksums for ASIC config files
    * Adds step to build_debian that copies ASIC config checksum into SONiC filesystem
    
    Signed-off-by: Danny Allen daall@microsoft.com
    daall authored and yxieca committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    541208f View commit details
    Browse the repository at this point in the history
  2. [minigraph]: Ignore mirror session portion in minigraph (#3410)

    This piece of information is currently not used. Revert this
    pull request in the future to add back the default mirror
    session information into the configuration database.
    
    Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
    stcheng authored and yxieca committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    614475f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. [DELL] S6100 Add PowerCycle Support for Last Reset Reason (#3402)

    * [DELL] S6100 Add PowerCycle Support for Last Reset Reason
    
    * handle first time boot properly
    
    * S6000 Last Reboot Reason Fix
    sridhar-ravindran authored and yxieca committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    d4758af View commit details
    Browse the repository at this point in the history
  2. [201811]Advance pointers for sonic-platform-common and sonic-platform…

    …-daemons (#3420)
    
    * advance pointer for sonic-platform-daemon to 9e2eb29e6e55a116b424faa63f510c7cdeeef7eb
    [xcvrd] fix issue: xcvrd fails due to syntax error after sequential reboot (#43)
    
    * advance pointer for sonic-platform-common to ac7fde6e9ce532d450b3c43f354fc2f128053b4f
    [sonic_sfp] fix syntax error in sfputilbase._read_eeprom_specific_bytes (#58)
    stephenxs authored and yxieca committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a3ec223 View commit details
    Browse the repository at this point in the history
  3. [201811] advance sairedis, swss and utilities sub module head (#3424)

    Submodule src/sonic-sairedis 4ee82cb..1cf2eea:
      > Add acl counter match logic based on acl entry field (#511)
      > Add specific comparison logic for ACL counter (#484)
    
    Submodule src/sonic-swss 46bc1f4..660530e:
      > Fix VLAN error introduced with new 4.9 kernel behavior (#1001)
      > Warmboot Vlan neigh restore fix (#1040)
    
    Submodule src/sonic-utilities 11b4cf1..f76fc2c:
      > [warm reboot] Skip ASIC config pre-check if current image does not support it (#637)
      > [FastReboot]: Send SIGINT to all teamd before stop (#633)
      > [warm/fast reboot] provide strict option to prevent warm reboot under certain conditions (#631)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    96038ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5a03f View commit details
    Browse the repository at this point in the history
  5. [Mellanox] Fix the typo in mlnx-sfpd (#3426)

    * [mlnx-sfpd] adjust the log from "error" to "info" since it is something that should be ignored.
    stephenxs authored and lguohan committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9c6b708 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. [sonic-slave]: Updated version of ctypesgen.py has a different name (#…

    …3434)
    
    * Fix the build. Updated version of ctypesgen.py has a different name
    pavel-shirshov authored and yxieca committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    d7ca700 View commit details
    Browse the repository at this point in the history
  2. [submodule update]: Advance sonic-dbsyncd (#3440)

    * [submodule update]: Advance sonic-dbsyncd
    pavel-shirshov authored and yxieca committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    9f28851 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. [201811][dhcp_relay] Properly wait for routed interfaces to be ready …

    …before starting relay agent (#3442)
    jleveque authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    92d359d View commit details
    Browse the repository at this point in the history
  2. [201811] advance sub module head for platform-common, swss, swss-comm…

    …on (#3443)
    
    Submodule src/sonic-platform-common ac7fde6..58f9672:
      > [sfp_base] Raise exceptions (previously was incorrectly returning them) (#61)
    
    Submodule src/sonic-swss 660530e..2974844:
      > Fix MIRROR_SESSION table macro name (#802)
      > Don't try to remove a vxlan tunnel if it has associated tunnel maps (#1052)
    
    Submodule src/sonic-swss-common d6140fa..d7b1f53:
      > Fix MIRROR_SESSION table macro name (#264)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    02eac34 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. [baseimage]: fix monit configuration (#3448)

    - monit config broke by one monit upgrade
    - abandon sed approach since it is suspestible to monit config changes
    - use unixsocket instead of httpd due to a bug in 5.20.0
    lguohan committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    87cb1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94f2113 View commit details
    Browse the repository at this point in the history
  3. [cron.d] Add cron job to periodically clean-up core files (#3449)

    * [cron.d] Create cron job to periodically clean-up core files
    * Create script to scan /var/core and clean-up older core files
    * Create cron job to run clean-up script
    
    Signed-off-by: Danny Allen <daall@microsoft.com>
    
    * Update interval for running cron job
    
    * Respond to feedback
    
    * Change syslog id
    daall authored and yxieca committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ba77de1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. [201811][utilities] advance sub module head (#3456)

    Submodule src/sonic-utilities f76fc2c..fe2c656:
      > [warm-reboot]: Do not clean up mirror session state database (#639)
      > [config] Reset failed status of all SONiC services, whether or not they are currently failed (#619)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and lguohan committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    9cde0fc View commit details
    Browse the repository at this point in the history
  2. [snmpd]: Fix snmpd crash possible when snmp agent takes too long to r…

    …espond. (#3454)
    
    Patch from source-forge: net-snmp.
    Crash due to stale memory access.
    renukamanavalan authored and lguohan committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    cb81e3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67b1dad View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. [201811][sairedis][swss] advance sub module head (#3459)

    Submodule src/sonic-sairedis 1cf2eea..55ec4d2:
      > [syncd]: support query port with 8 lanes (400G)
    
    Submodule src/sonic-swss 2974844..24fcbb6:
      > support 8 lanes for a physical port (#778)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 15, 2019
    Configuration menu
    Copy the full SHA
    5a604d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    67ce0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6549441 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. [201811][utilities] advance sub module head (#3469)

    Submodule src/sonic-utilities fe2c656..afaedb7:
      > Revert "[FastReboot]: Send SIGINT to all teamd before stop (#633)" (#650)
      > Fixed config Asym PFC CLI. (#632)
      > [config] Do no stop or restart dependent services (#582)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    9f03af0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Install Iptables rules to set TCPMSS for 'lo' interface (#3452)

    * Install Iptables rules to set TCPMSS for lo interface
    * Moved implementation to hostcfgd to maintain at one place
    prsunny authored and yxieca committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    4ef5ce7 View commit details
    Browse the repository at this point in the history
  2. [201811][utilities][swss] advance sub module head (#3481)

    Submodule src/sonic-swss 24fcbb6..3cee6b8:
      > [aclorch]: Fix table name in counter table for mirror rules (#1060)
      > Cannot ping to link-local ipv6 interface address of the switch. (#774)
      > [MirrorOrch]: Mirror Session Retention across Warm Reboot (#1062)
    
    Submodule src/sonic-utilities afaedb7..a06bee7:
      > [201811][config] Add '-h' and '-?' as help options to unify with show/sonic-clear cmds (#654)
      > Revert "Fixed config Asym PFC CLI. (#632)" (#652)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e9037a7 View commit details
    Browse the repository at this point in the history
  3. Map /src & /debug for debug docker containers (#3470)

    * Add debug docker for SNMP.
    
    * Removed a redundant install of debug packages.
    Propagate the debug flag to template file to mount /dbg & /src to debug containers.
    
    * Revert the last change to retain the original
    renukamanavalan authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    0493b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. [201811][swss] advance sub module head (#3491)

    Submodule src/sonic-swss 3cee6b8..57e531d:
      > Ignore link local neighbors (#1065)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    e597415 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. [libteam]: Add Fast-Reboot mode for teamd (#3490)

    * [libteam]: add special Fast-Reboot teamd stop mode
    
    * Fix last packet sending
    
    * Update sonic-utilities module
    pavel-shirshov authored and yxieca committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    2fc617f View commit details
    Browse the repository at this point in the history
  2. Add new device data for dx010 (Celestica-DX010-C32,Celestica-DX010-D4…

    …8C8) (#3492)
    
    * add config.bcm for hlx
    
    * modify config.bcm path for hlx
    
    * Delete hx4-cel-hbtn-48x1G+4x10G.config.bcm
    
    * add config.bcm and path
    
    * update led for cxp
    
    * Add new device data for dx010
    bbinxie authored and yxieca committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    c74822a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. [201811][swss][swss-common] advance sub module head (#3502)

    Submodule src/sonic-swss 57e531d..0e5c1ff:
      > Adopt to signature change of Selectable::readData, which switched (#1061)
      > [orchagent]: Remove try/catch for correct coredump file (#790)
    
    Submodule src/sonic-swss-common d7b1f53..ece5ce4:
      > timerfd fix: Pass false alarm to caller. (#307)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9f59207 View commit details
    Browse the repository at this point in the history
  2. Remove the divide by 4 operation to the under the hood SAI (#1532)

    * Remove the divide by 4 operation to the under the hood SAI
    
    This is to avoid the need and thus the confusion for application program to know
    the mmu internal architecture
    
    This change must have support from SAI change to reach the correct
    config
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Relegate the divide by 4 operation to the under the hood SAI for egress
    lossless pool
    
    Extend to 7060 and 6100
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Add more TH/TH2 hwskus
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    
    * Update config test
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    
    * Add TH2 ingress lossy profile
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    
    * Move the divide by 4 operation to SAI internal
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    
    * [bcm SAI] Upgrade Broadcom SAI to version 3.5.3.1-15
    
    - Broadcom SAI 3.5 GA release 20190924.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    wendani authored and yxieca committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    e7f1d4f View commit details
    Browse the repository at this point in the history
  3. Flush port in both worm-reboot and fast-reboot mode on exit. Otherwis…

    …e teamd will stuck (#3512)
    pavel-shirshov authored and yxieca committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    301c69b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. [Mellanox] platform_reboot - sync & umount fs before power cycle (#3430

    …) (#3476)
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and sujinmkang committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e572080 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    5199755 View commit details
    Browse the repository at this point in the history
  2. [201811][utilities][swss] advance sub module head (#3524)

    Submodule src/sonic-swss 0e5c1ff..fcd091c:
      > [mirrororch]: Remove mirror session state after it is remvoed (#1066)
    
    Submodule src/sonic-utilities a89b9d4..54946e9:
      > [acl_loader]: Add monitor port column in show mirror_session output (#662)
      > [warm/fast reboot] some service docker might have been stopped already (#668)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    21c9185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467851e View commit details
    Browse the repository at this point in the history
  4. [201811][utilities] advance sub module head (#3532)

    Submodule src/sonic-utilities 54946e9..5b1fa3c:
      > [neighbor_advertiser] Verify that DIPs returned from ferret are not in device VLAN (#670)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 27, 2019
    Configuration menu
    Copy the full SHA
    7dccd0f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. [201811][utilities] advance sub module head (#3535)

    Submodule src/sonic-utilities 5b1fa3c..7bb6ffb:
      > [fast reboot] kill teamd docker directly (#683)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Sep 29, 2019
    Configuration menu
    Copy the full SHA
    91a5bd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    520dca3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. [first boot] sync file system after moving/copying files (#3550)

    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    e4f8a39 View commit details
    Browse the repository at this point in the history
  2. [updategraph] enhance update graph handling (#3549)

    - after reloading minigraph, write latest version string in the DB.
    - if old config_db.json file exists, use it and migrate to latest version.
    - only reload minigraph when config_db.json doesn't exist and minigraph
      exists.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    37b7882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975fb1c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. [201811][swss][utilities] advance sub module head (#3552)

    * [201811][swss][utilities] advance sub module head
    
    Submodule src/sonic-swss fcd091c..9585be4:
      > [teamsyncd]: Check if LAG exists before removing (#1069)
      > [mirrororch]: Toggle the mirror session when moving between VLAN/non-VLAN (#1078)
    
    Submodule src/sonic-utilities 7bb6ffb..2d721de:
      > [show] Properly replace port name with alias in command output (#664)
      > [neighbor_advertiser] hand pick partial change from #525 (#689)
      > Revert "Revert "Fixed config Asym PFC CLI. (#632)" (#652)"
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * address compile issue
    
    Submodule src/sonic-swss 9585be4..2529d79:
      > [mirrororch]: Address compiler switch issue (#1079)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    40ad3fd View commit details
    Browse the repository at this point in the history
  2. [Mellanox]: Update FW to 4.3.1636 version (#3551)

    Volodymyr Samotiy authored and qiluo-msft committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    eecc3b1 View commit details
    Browse the repository at this point in the history
  3. [201811][utilities] advance sub module head (#3557)

    Submodule src/sonic-utilities 2d721de..fb5902f:
      > Revert "[fast reboot] kill teamd docker directly (#683)" (#690)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    2119205 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. [bcm config] enable sram scan (#3558)

    Per Broadcom's recommendations.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    56085be View commit details
    Browse the repository at this point in the history
  2. [201811][sairedis] advance sub module head (#3562)

    Submodule src/sonic-sairedis 55ec4d2..627e6bc:
      > Add TimerWatchdog for monitoring long execution apis (#469)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    619c4a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. [device/celestica]: update psuutil follow new platform api (#3537)

    Fixes #3518
    
    Update psuutil API to detect PSU GPIO base from label
    Wirut Getbamrung authored and yxieca committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4ab5c2f View commit details
    Browse the repository at this point in the history
  2. [ntp]: Use loopback address when we don't have MGMT interface (#3566)

    Added configuration to use Loopback ip if a switch doesn't have MGMT_PORT.
    pavel-shirshov authored and yxieca committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    53ec912 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. [mellanox]: Add CPLD update for SN2700 (#3570)

    * [mellanox]: Add CPLD update for SN2700.
    
    Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
    nazariig authored and lguohan committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    41ce07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbb916 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. [201811][ntp] removed undefined filter (#3594)

    pfx_filter is not defined in 201811 branch.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Oct 12, 2019
    Configuration menu
    Copy the full SHA
    c7a096b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. [devices]: PG headroom change for Arista 7260 (#3600)

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani authored and yxieca committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    241b6fa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. BGPm for 201811 (#3601)

    * Feature is downported
    
    * Add monitors to the test minigraphs
    
    * Test
    
    * No pfx filer
    
    * Fix bgp sample
    
    * Quagga requires to activate peer-group before configuration
    pavel-shirshov authored and yxieca committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    c259f40 View commit details
    Browse the repository at this point in the history
  2. [201811][utilities] advance sub module head (#3612)

    Submodule src/sonic-utilities fb5902f..d315dd7:
      > show pfcwd status to be 'N/A' when pfcwd is stopped (#682)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and lguohan committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e98be74 View commit details
    Browse the repository at this point in the history