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

[minigraph parser] Fix minigraph parser issue when handling ACL table #1601

Closed
wants to merge 1 commit into from
Closed

[minigraph parser] Fix minigraph parser issue when handling ACL table #1601

wants to merge 1 commit into from

Commits on Apr 16, 2018

  1. Fix minigraph parser issue when handling LAG related case for ACL ta…

    …ble:
    
       1. previously when attach ACL to a LAG port, it will break the LAG into member ports and then add all these member ports to the ACL table.
       2. When handling 'erspan' table, it just add all the front panel interfaces to the ACL table, shall consider LAG case.
    
      Changes to be committed:
    	modified:   src/sonic-config-engine/minigraph.py
    
       signed-off-by [email protected]
    keboliu committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    864f080 View commit details
    Browse the repository at this point in the history