Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / vmdriver

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 2
  • Merge Requests 0
  • Wiki
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
Closed
Open
Issue #9 opened Oct 25, 2017 by Czémán Arnold@cemiarni 
  • Report abuse
  • New issue
Report abuse New issue

IPv6 Neighbor Solicitation partially works

Virtual switches drop IPv6 packets from linklocal source address.

FreeBSD uses linklocal source address while doing neighbor solicitation, unlike Linux and Windows which both use the global address.

The following openflow rule solves this issue:

priority=<priority>,
icmp6,
in_port=<port_id>,
dl_src=<source mac>,
ipv6_src=fe80::/64,
icmp_type=136,  # Neighbor Advertisement
nd_target=<target ip>,
actions=NORMAL
  • Czémán Arnold @cemiarni

    mentioned in merge request !11 (merged)

    Oct 25, 2017

    mentioned in merge request !11 (merged)

    mentioned in merge request !11
    Toggle commit list
  • Czémán Arnold @cemiarni

    closed

    Oct 25, 2017

    closed

    closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View labels
1
1 participant
Reference: circle/vmdriver#9