Comment 31 for bug 1365473

Revision history for this message
Adolfo Duarte (adolfo-duarte) wrote : Re: Unable to create a router that's both HA and distributed

@john, I did notice same behavior while I was doing testing of some rules being delete and not recreated. I happened to me on the master branch with ha only routers. In my case I was doing some testing by setting and unsetting external gateway, and ran into previously mentioned issue about the tunnels which carry the ha network dropping and breaking ha.
After that I noticed that some of the rules being created on the br-tun and br-int switches where incorrect or missing. I have not been able to reproduce the exact same behavior again, but it looked to me like for some reason the rules being written where in the incorrect host. as if l2 pop was confuse as to what tables where in which host.

On another not jon, when you say two comments above:
"The related patch fixes this issue for me"
which issue do you mean? the gs interface not being deleted, or the
"Fix Prefix delegation router deletion key error"

Either way i'll cherry pick and test. Just wondering if I should also integrate your code from comment [1] above.

Thanks.