X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/5f3053213000c7b61b44c662ae91cac287dc4412..2bf0733f2f07804fbdc6c5f3efbd06d6c0e0ffa7:/invirt-dhcpserver diff --git a/invirt-dhcpserver b/invirt-dhcpserver index 1541e27..e803ecd 100755 --- a/invirt-dhcpserver +++ b/invirt-dhcpserver @@ -228,7 +228,7 @@ class DhcpBackend: # We went through the DISCOVER codepath already to populate some # of the packet's parameters. If we renumbered the VM just above, # the packet is set to offer them what they asked for - the old - # address. So, we'll send then a DHCPNACK and they'll come right + # address. So, we'll send them a DHCPNACK and they'll come right # back and be offered the new address. The code above won't be # able to add duplicate routes, won't insert a duplicate DNAT, # and won't ARP again because the routes will exist, so this won't