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

[routeorch]: Need to set drop route next hop ID to NULL #260

Closed
wants to merge 2 commits into from

Commits on Jul 21, 2017

  1. [routeorch]: Need to set drop route next hop ID to NULL

    In orchagent, route's next hop packet action is set to DROP. But the previous
    next hop object is still referenced by the route. This will cause the next
    hop group removal failure.
    
    Reset the drop route next hop ID to NULL to remove the reference for the
    previous next hop object.
    Shu0T1an ChenG committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    dd12984 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

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