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

Bugfix 20240902 #995

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Bugfix 20240902 #995

merged 4 commits into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. Fix segmentation fault problem when running on machines whose cpu num…

    …ber is over DPVS_MAX_LCORE.
    
    Fixed issue iqiyi#991.
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    166b977 View commit details
    Browse the repository at this point in the history
  2. netif: refactor netif_rte_port_alloc with netif_alloc

    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    257d89f View commit details
    Browse the repository at this point in the history
  3. inet: fix prolems in ipv6 all-nodes and all-routers address initializ…

    …ation
    
    - configure the addresses only when ipv6 is enabled
    - configure the addresses on vlan devices
    - configure the addresses on ip-tunnel devices (though nothing is done)
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    db72d09 View commit details
    Browse the repository at this point in the history
  4. inetaddr: ipv6 link-local address auto configuration

    Referencing linux kernel(https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt),
    dpvs supports 4 addr_gen_mode
      - eui64
      - none
      - stable-privacy
      - random
    
    Signed-off-by: ywc689 <[email protected]>
    ywc689 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ed1a6e9 View commit details
    Browse the repository at this point in the history