diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-08-16 12:10:08 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-08-16 12:10:08 -0700 |
| commit | 9ead059cf4dfc951fa52671f26c6b10a823b2cb8 (patch) | |
| tree | 12b47e24e25224b3ca90fd0e0a4f37836fbbced9 /bin | |
| parent | b80a555549d4380b29d1aa0c8ac267111544cc4e (diff) | |
| parent | b07a85167ffde07747fc6e892df46686b95529e8 (diff) | |
merged trunk
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-dhcpbridge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge index b1ad1c8fe..f70a4482c 100755 --- a/bin/nova-dhcpbridge +++ b/bin/nova-dhcpbridge @@ -69,7 +69,7 @@ def init_leases(interface): """Get the list of hosts for an interface.""" net = model.get_network_by_interface(interface) res = "" - for address in net.address_objs: + for address in net.assigned_objs: res += "%s\n" % linux_net.host_dhcp(address) return res |
