# File lib/vagrant-lxc/action/private_networks.rb, line 38
        def build_bridge_ip(ip)
          if ip
            ip.sub(/^(\d+\.\d+\.\d+)\.\d+/, '\1.254')
          end
        end