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

[action] [PR:17299] Fix IPV6 forced-mgmt-route not work issue (#17299) #18058

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Fix IPV6 forced-mgmt-route not work issue (sonic-net#17299)

    ix IPV6 forced-mgmt-route not work issue
    
    Why I did it
    IPV6 forced-mgmt-route not work
    
    When add a IPV6 route, should use 'ip -6 rule add pref 32764 address' command, but currently in the template the '-6' parameter are missing, so the IPV6 route been add to IPV4 route table.
    
    Also this PR depends on sonic-net#17281 , which will fix the IPV6 'default' route table missing in IPV6 route lookup issue. 
    
    Microsoft ADO (number only):24719238
    liuh-80 authored and mssonicbld committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9493a02 View commit details
    Browse the repository at this point in the history