]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
* Fixed 0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch
authorThomas Goirand <thomas@goirand.fr>
Thu, 9 Oct 2014 03:22:44 +0000 (11:22 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 9 Oct 2014 03:22:44 +0000 (11:22 +0800)
    wrong identation.

Rewritten-From: 9209cb53a058228e238b82060b5369f627947de4

trusty/debian/changelog
trusty/debian/patches/0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch

index 5b8e923bea7eaf8e02793bd2c0c30bb353649f4a..37bce71e5863c618f32de81dc6a0a58de34530de 100644 (file)
@@ -1,8 +1,10 @@
-neutron (2014.2~rc1-2) UNRELEASED; urgency=medium
+neutron (2014.2~rc1-3) unstable; urgency=medium
 
   * Mangling upstream rc and beta versions in watch file.
+  * Fixed 0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch
+    wrong identation.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 05 Oct 2014 14:40:24 +0800
+ -- Thomas Goirand <zigo@debian.org>  Thu, 09 Oct 2014 11:21:51 +0800
 
 neutron (2014.2~rc1-1) experimental; urgency=medium
 
index 5f7a3f1cc7dbdbab37e4cbc032eeacdf9f422213..5014fc8b27879da9c3ab0a3b7b18b699c59f9a5d 100644 (file)
@@ -132,7 +132,7 @@ Index: neutron/neutron/agent/linux/dhcp.py
  
          return dhcp_port
  
-+        @staticmethod
++    @staticmethod
 +    def _get_isolation_rule(proto, chain, interface):
 +        return ('-p %(proto)s -m %(proto)s '
 +                '--dport %(port)s -i %(interface)s '