From 9209cb53a058228e238b82060b5369f627947de4 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 9 Oct 2014 11:22:44 +0800 Subject: [PATCH] * Fixed 0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch wrong identation. --- debian/changelog | 6 ++++-- ...d-parameter-and-iptables-rules-to-protect-dnsmasq-.patch | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b8e923be..37bce71e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 05 Oct 2014 14:40:24 +0800 + -- Thomas Goirand Thu, 09 Oct 2014 11:21:51 +0800 neutron (2014.2~rc1-1) experimental; urgency=medium diff --git a/debian/patches/0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch b/debian/patches/0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch index 5f7a3f1cc..5014fc8b2 100644 --- a/debian/patches/0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch +++ b/debian/patches/0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch @@ -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 ' -- 2.45.2