yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24990
[Bug 1398244] [NEW] DVR flows doesn't work for IPv6 subnets
Public bug reported:
Current DVR flows on integration bridge only works for IPv4 because of
the "proto" option:
self.int_br.add_flow(table=constants.DVR_TO_SRC_MAC,
priority=2,
proto='ip',
dl_vlan=local_vlan,
nw_dst=ip_subnet,
actions="strip_vlan,mod_dl_src:%s,"
"output:%s" %
We need to change the proto to ipv6 when subnet is IPv6.
** Affects: neutron
Importance: Undecided
Assignee: Xu Han Peng (xuhanp)
Status: New
** Tags: dvr ipv6
** Changed in: neutron
Assignee: (unassigned) => Xu Han Peng (xuhanp)
** Tags added: dvr ipv6
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1398244
Title:
DVR flows doesn't work for IPv6 subnets
Status in OpenStack Neutron (virtual network service):
New
Bug description:
Current DVR flows on integration bridge only works for IPv4 because of
the "proto" option:
self.int_br.add_flow(table=constants.DVR_TO_SRC_MAC,
priority=2,
proto='ip',
dl_vlan=local_vlan,
nw_dst=ip_subnet,
actions="strip_vlan,mod_dl_src:%s,"
"output:%s" %
We need to change the proto to ipv6 when subnet is IPv6.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1398244/+subscriptions
Follow ups
References