<div dir="ltr">I'm trying to establish a classic openvswitch network scenario ( <a href="http://docs.openstack.org/mitaka/networking-guide/scenario-classic-ovs.html">http://docs.openstack.org/mitaka/networking-guide/scenario-classic-ovs.html</a> ) using Ubuntu 16.04 LTS (Mitaka). All nodes are configured and works fine with IPv4 (networks, floating IPs etc).<br><br>However, this IPv6 configuration with prefix delegation ( <a href="http://docs.openstack.org/mitaka/networking-guide/adv-config-ipv6.html">http://docs.openstack.org/mitaka/networking-guide/adv-config-ipv6.html</a> ) is not working here . <br><br>I've already configured dibbler as recommended, on network node. <br><br>So, I've created the network and subnet:<br><br>neutron net-create ipv6-pd<br>neutron subnet-create ipv6-pd --name ipv6-pd-1 --ip_version 6 --ipv6_ra_mode slaac --ipv6_address_mode slaac --use_default_subnetpool<br><br>At this point the subnet has just the ::/64 indication. <br><br>But, when I create the router interface in this subnet, the subnet definition doesn't change as in the guide, getting the prefix from dibbler. <br><br>On the dibbler log I cannot see any request. <br><br>So, how can I debug and test that the dibbler driver is working (running when I create the interface) on neutron? I've looked for all log for some indication but I never found any registry.<br><br>Thanks!<br><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">- JLC</div></div></div>
</div>