152fa12099
- Prune bridgedomains before pruning BVIs. The reason for this is that prune_bridgedomains() will set the BVI to L3 mode, and if the BVI is removed before the bridge is pruned, this is an error. - When pruning bridge members, use the VPP configuration as the member may not exist in the config, upon which the call to interface.is_sub() will return False even if it is actually a VPP sub-int. Update README.md, also take into account the previous change which calls prune_addresses() before object deletion.