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

[portsyncd] Remove the port_config.ini dependency from portsyncd #1107

Merged
merged 2 commits into from
Oct 27, 2019

Commits on Oct 26, 2019

  1. Remove the port_config.ini dependency from portsyncd

    portsyncd will rely on configDB port table, not from port_config.ini
    
    port_config.ini is used when we convert minigraph to configDB, then
    everything should come from configDB.
    
    Also for the DPB feature, we are going to deprecate port_config.ini
    
    Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
    zhenggen-xu committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    0915914 View commit details
    Browse the repository at this point in the history
  2. Modify the vs test cases

    Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
    zhenggen-xu committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    15be4ad View commit details
    Browse the repository at this point in the history