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

Loopback interface configuration CLIs #879

Merged
merged 30 commits into from
May 21, 2020
Merged

Loopback interface configuration CLIs #879

merged 30 commits into from
May 21, 2020

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    4fb95be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28fc6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    297f78d View commit details
    Browse the repository at this point in the history
  4. Updating Command reference guide to include Vrf & Loopback CLIs

    Updating Loopback creation CLI to only create loopback interface and not
    perform vrf bind to be inline with other interface vrf binding.
    preetham-singh committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    51b43f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2c08b7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. [fast reboot] set a fast-reboot DB flag (#887)

    - This flag is currently no functional impact with just this change.
    - This flag is intended to coordinate fast-reboot shutdown path.
    - This flag enables moving fast-reboot per service knowledge to service scripts.
      which unblocks moving warm-reboot per service knowledge to service scripts.
    - This flag is consistent with the bootup flag we setting on the boot up path.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e4cb415 View commit details
    Browse the repository at this point in the history
  2. [utility] Filter FDB entries (#890)

    * [utility] Filter FDB entries
    
    FDB table can get large due to VM creation/deletion which cause
    fast reboot to slow down. This utility fitlers FDB entries based on
    current MAC entries in the ARP table.
    
    signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
    tahmed-dev authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8f92952 View commit details
    Browse the repository at this point in the history
  3. Allow show ztp to display non-sensitive information visible to non-ro…

    …ot user (#872)
    
    Removed user privileges checks. These changes fix #800. The ZTP PR sonic-net/sonic-ztp#13 is also required for these changes to work as expected.
    
    ```
    admin@sonic:~$ show ztp status
    ZTP Admin Mode : True
    ZTP Service : Processing
    ZTP Status : IN-PROGRESS
    ZTP Source : local-fs (/host/ztp/ztp_data_local.json)
    Runtime : 06m 26s
    Timestamp : 2020-04-08 13:08:22 UTC
    
    ZTP Service is active
    
    01-test-plugin: IN-PROGRESS
    ```
    
    Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
    rajendra-dendukuri authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    7fd6233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d29a3c View commit details
    Browse the repository at this point in the history
  5. [fwutil]: Fix firmware update command. (#895)

    Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
    nazariig authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    506a407 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f78755c View commit details
    Browse the repository at this point in the history
  7. ssd_mitigation_changes (#829)

    * ssd_mitigation_changes
    
    * ssd_mitigation_changes
    
    * ssd_mitigation_changes
    rkdevi27 authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    726da60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9060054 View commit details
    Browse the repository at this point in the history
  9. Improved route_check tool and adopt to 20191130 image. (#898)

    * Changes:
    1) Add syslog support.
    2) Enable forever periodic scan
    3) Skip link local addresses
    4) Skip eth0 routes
    3) Adopt to 20191130 changes
        3.1) APPl-DB INTF_TABLE may not have IP address
        3.2) nexthop is never empty
    
    * No logical code change. A small name change.
    
    * 1) Adopt to 201811 -- Filter out 'lo' & 'docker0' in addition to 'eth0' as local routes
    2) Ensure to read route entry w/o prefix, if not present with prefix
    renukamanavalan authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8f7ecfc View commit details
    Browse the repository at this point in the history
  10. [config] Add support for multi-ASIC devices (#877)

    * [Phase 1] Multi ASIC config command changes, db_mgrator.py script updates for handing namespace.
    
    * Fixes and comment updates
    
    * Comments addressed + added support for user to input the config files per namespace also.
    
    * Updates per comments + based on the updated SonicV2Connector/ConfigDBConnector class design
    
    * Review comments update.
    
    * Help string updated for config save/reload/load
    judyjoseph authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    fa95325 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    72f8713 View commit details
    Browse the repository at this point in the history
  12. [Vnet] Fix NameError for 'swsssdk' and align output (#902)

    * Fix NameError for 'swsssdk', align neig output
    prsunny authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e9b79dc View commit details
    Browse the repository at this point in the history
  13. [config] Support load_minigraph command for multi NPU platform (#896)

    - Modify the load_minigraph command handler to support multi NPU platforms
    arlakshm authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    52ac15a View commit details
    Browse the repository at this point in the history
  14. [show] Add 'errors' and 'rates' subcommands to 'show interfaces count…

    …ers' group (#900)
    
    Co-authored-by: Travis Van Duyn <trvanduy@microsoft.com>
    2 people authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    188aaf9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    47c7b3b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e0eff2d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a283ae View commit details
    Browse the repository at this point in the history
  18. [show] Add ntpstat output to show ntp (#861)

    Signed-off-by: yangshiping <yangshiping@jd.com>
    yangshp1987 authored and preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    d625d06 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a0ec639 View commit details
    Browse the repository at this point in the history
  20. Updating CLI Command reference guide with correct show ip interface

    output.
    Reusing existing get_intf_master to get vrf binding for the interface
    preetham-singh committed May 12, 2020
    Configuration menu
    Copy the full SHA
    06ef536 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    43b274e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a528c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    680eb43 View commit details
    Browse the repository at this point in the history
  4. [config] Support load_minigraph command for multi NPU platform (#896)

    - Modify the load_minigraph command handler to support multi NPU platforms
    arlakshm authored and preetham-singh committed May 13, 2020
    Configuration menu
    Copy the full SHA
    00b2d25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e516d0c View commit details
    Browse the repository at this point in the history