David Negstad
David Negstad
> @danegsta FYI we looked at your PR today with @robmry but we found that when the daemon restarts it picks a different subnet but keeps the previous gateway. This...
Actually, I take that back; one implication of the upstream changes is the daemon won't be able to treat `/24` style subnet requests as implicit `0.0.0.0/N` or `::/N` prefixes anymore...
Resolved the merge conflicts (including backing out the normalization logic) and both integration and unit tests should all be passing now.
Missed one other integration test failure in `TestDaemonDefaultBridgeIPAM_UserBr` that's fixed now.
Updated that block and added a new integration test that validates stable subnets for v4, v6, and dual stack networks on restart.
I'm assuming the remaining failing tests are likely noise or an issue with the github agent as they seem to be due to disk capacity issues on an unrelated integration...
Can I trouble someone to re-run the one failing unit test?
> > Can I trouble someone to re-run the one failing unit test? > > Looks like it's going to keep failing ... lots of stuff is broken today, but...
I have a local branch where I've been playing around with this idea and it's a fairly small change to the default ipam driver to implement this in such a...
> > I have a local branch where I've been playing around with this idea > > FWIW, feel free to open a draft PR if you want to show...