From 07cbe5718a23e72f8debe1c90de2348995e4f3f4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 3 Jun 2013 16:32:39 -0400 Subject: Link to explanation of --checksum-full rule. Mark McLouglin made a _great_ post to a bug explaining why this rule is needed. Save off a link to it in the code. Change-Id: I478b2f8de59f26d56385525a195108045507969c --- nova/network/linux_net.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py index c47b50060..dad496f23 100644 --- a/nova/network/linux_net.py +++ b/nova/network/linux_net.py @@ -896,6 +896,8 @@ def _remove_dnsmasq_accept_rules(dev): iptables_manager.apply() +# NOTE(russellb) Curious why this is needed? Check out this explanation from +# markmc: https://bugzilla.redhat.com/show_bug.cgi?id=910619#c6 def _add_dhcp_mangle_rule(dev): if not os.path.exists('/dev/vhost-net'): return -- cgit