X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-network%2Froute-options-support.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-network%2Froute-options-support.patch;h=37bf13867702cf1d2e33379671330c9b5488c2e3;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git 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 index 0000000..37bf138 --- /dev/null +++ b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-network/route-options-support.patch @@ -0,0 +1,28 @@ +From c26a70ab9d5839f90148c578edc5d15133355194 Mon Sep 17 00:00:00 2001 +From: Kevin Smith +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 +