Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from tomoe/fix-for-fake-uplink
Browse files Browse the repository at this point in the history
Fix fake_uplink by s/add_exterior_port/add_port/
  • Loading branch information
ryu25ish committed Aug 26, 2013
2 parents 9f2a061 + 175377a commit c265cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup_midonet_topology.py
Expand Up @@ -41,7 +41,7 @@ def setup_fake_uplink(args):
for r in routers:
if r.get_name() == 'MidonetProviderRouter':
provider_router = r
uplink_port = provider_router.add_exterior_port()\
uplink_port = provider_router.add_port()\
.port_address('100.100.100.1')\
.network_address('100.100.100.0')\
.network_length(24).create()
Expand Down

0 comments on commit c265cb5

Please sign in to comment.