diff options
| author | Russell Bryant <rbryant@redhat.com> | 2013-06-03 16:32:39 -0400 |
|---|---|---|
| committer | Russell Bryant <rbryant@redhat.com> | 2013-06-03 16:32:39 -0400 |
| commit | 07cbe5718a23e72f8debe1c90de2348995e4f3f4 (patch) | |
| tree | 5743587aceb5d35e3c43d9fd385e68eb764d45c1 | |
| parent | 0afcc051a99443004510458da32e507385d58873 (diff) | |
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
| -rw-r--r-- | nova/network/linux_net.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
