Bug 2132529
| Summary: | ipv6 prefix is not generated when prefix_delegation is true | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | OVN Bot <ovn-bot> |
| Component: | ovn22.09 | Assignee: | lorenzo bianconi <lorenzo.bianconi> |
| Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 21.I | CC: | ctrautma, jiji, mmichels |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn22.09-22.09.0-10.el8fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-21 18:44:40 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OVN Bot
2022-10-06 04:05:58 UTC
Verified on ovn22.09-22.09.0-11.el8:
+ ip netns exec server0 ip addr add 2001:1db8:3333::2/64 dev veth0_s0
+ ovs-vsctl add-port br-test veth0_s0_p
+ ip link set veth0_s0_p up
+ ip addr add 2001:1db8:3333::1/64 dev br-test
+ ovn-nbctl set logical_router_port lr1-ls1 options:prefix_delegation=true
+ ovn-nbctl set logical_router_port lr1-ls1 options:prefix=true
+ sleep 5
+ sed 's/^iface.*/iface "veth0_s0" {/g' -i /etc/dibbler/server.conf
+ sed 's/pd-pool.*/pd-pool 2001:1db8:3333::\/80/g' -i /etc/dibbler/server.conf
+ sed 's/t1.*/t1 10/g' -i /etc/dibbler/server.conf
+ sed 's/t2.*/t2 15/g' -i /etc/dibbler/server.conf
+ cat
+ cat
+ sleep 10
+ ip netns exec server0 dibbler-server run
+ ovn-nbctl list logical_router_port lr1-ls1
_uuid : 0ec46432-e0d6-44bb-9891-c305fc96a248
enabled : []
external_ids : {}
gateway_chassis : []
ha_chassis_group : []
ipv6_prefix : ["2001:1db8:3333::1a69:0:0/96"]
ipv6_ra_configs : {}
mac : "00:00:00:00:00:01"
name : lr1-ls1
networks : ["172.16.1.1/24"]
options : {prefix="true", prefix_delegation="true"}
peer : []
[root@wsfd-advnetlab16 bz2132530]# rpm -qa | grep -E "openvswitch2.17|ovn22.09"
ovn22.09-22.09.0-11.el8fdp.x86_64
openvswitch2.17-2.17.0-63.el8fdp.x86_64
ovn22.09-host-22.09.0-11.el8fdp.x86_64
ovn22.09-central-22.09.0-11.el8fdp.x86_64
*** Bug 2132531 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (ovn22.09 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:8574 |