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

swss/orchagent : Fixed the crash on error returned by select. #10

Closed
wants to merge 4 commits into from

Commits on Mar 28, 2016

  1. update build procedure

    lguohan committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    f8e245c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. swss/orchagent : Fixed the case of removing ip address from the inter…

    …face.
    
    1. Incorrect ip prefix parsing is fixed.
    2. IntfsTable map is updated after removal of ip address from the interface.
    
    Signed-off-by: Denys Haryachyy <Denys.Haryachyy@caviumnetworks.com>
    Denys Haryachyy authored and Denys Haryachyy committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    d2864a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. swss/orchagent : Fixed the crash on error returned by select.

    Crash happens when the select call in OrchDaemon start method
    returns an error and getOrchByConsumer returns a null pointer.
    
    Signed-off-by: Denys Haryachyy <Denys.Haryachyy@caviumnetworks.com>
    Denys Haryachyy authored and Denys Haryachyy committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    f282f93 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. swss/orchagent : Print errno when returned from select on error.

    The error is caused by a signal received.
    
    Signed-off-by: Denys Haryachyy <Denys.Haryachyy@caviumnetworks.com>
    Denys Haryachyy authored and Denys Haryachyy committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    7c29be0 View commit details
    Browse the repository at this point in the history