Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • net
  • bridge
  • br_private.h
Find file BlameHistoryPermalink
  • Nikolay Aleksandrov's avatar
    bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not defined · a7ce45a7
    Nikolay Aleksandrov authored Jul 20, 2015
    
    
    Fix:
    net/bridge/br_if.c: In function 'br_dev_delete':
    >> net/bridge/br_if.c:284:2: error: implicit declaration of function
    >> 'br_multicast_dev_del' [-Werror=implicit-function-declaration]
         br_multicast_dev_del(br);
         ^
       cc1: some warnings being treated as errors
    
    when igmp snooping is not defined.
    
    Signed-off-by: default avatarNikolay Aleksandrov <nikolay@cumulusnetworks.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a7ce45a7