- With the transition to ipam, bridge ip address stored
in `bridgeInterface` is guaranteed to be the ip of the
OS bridge by the `setupBridgeIPv4` step function.
Therefore the `setupIPTables()` step function no
longer needs to fetch the address from the OS.
Signed-off-by: Alessandro Boch <aboch@docker.com>