meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-network / route-options-support.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-network/route-options-support.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-network/route-options-support.patch
new file mode 100644 (file)
index 0000000..37bf138
--- /dev/null
@@ -0,0 +1,28 @@
+From c26a70ab9d5839f90148c578edc5d15133355194 Mon Sep 17 00:00:00 2001
+From: Kevin Smith <kevin.smith@windriver.com>
+Date: Wed, 25 Oct 2017 07:37:52 -0500
+Subject: [PATCH 1/1] route options support
+
+---
+ packstack/puppet/modules/network/lib/puppet/type/network_route.rb | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/packstack/puppet/modules/network/lib/puppet/type/network_route.rb b/packstack/puppet/modules/network/lib/puppet/type/network_route.rb
+index fd52c58..13ca06a 100644
+--- a/packstack/puppet/modules/network/lib/puppet/type/network_route.rb
++++ b/packstack/puppet/modules/network/lib/puppet/type/network_route.rb
+@@ -3,6 +3,11 @@ require 'ipaddr'
+ Puppet::Type.newtype(:network_route) do
+   @doc = "Manage non-volatile route configuration information"
++  feature :provider_options, <<-EOD
++    The provider can accept an arbitrary options string. The semantics of
++    these options will depend on the provider.
++  EOD
++
+   ensurable
+   newparam(:name) do
+-- 
+1.8.3.1
+