Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-dm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-dm
  • Repository
Switch branch/tag
  • linux-dm
  • drivers
  • net
  • vrf.c
Find file BlameHistoryPermalink
  • David Ahern's avatar
    vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled · dac91170
    David Ahern authored Sep 25, 2019
    A user reported that vrf create fails when IPv6 is disabled at boot using
    'ipv6.disable=1':
       https://bugzilla.kernel.org/show_bug.cgi?id=204903
    
    The failure is adding fib rules at create time. Add RTNL_FAMILY_IP6MR to
    the check in vrf_fib_rule if ipv6_mod_enabled is disabled.
    
    Fixes: e4a38c0c
    
     ("ipv6: add vrf table handling code for ipv6 mcast")
    Signed-off-by: default avatarDavid Ahern <dsahern@gmail.com>
    Cc: Patrick Ruddy <pruddy@vyatta.att-mail.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    dac91170