meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / facter / files / 0004-centos_fix-ipv6-regex.patch.bak
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/facter/files/0004-centos_fix-ipv6-regex.patch.bak b/meta-starlingx/meta-stx-cloud/recipes-support/facter/files/0004-centos_fix-ipv6-regex.patch.bak
deleted file mode 100644 (file)
index 4701209..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
----
- facter-2.4.4/lib/facter/util/ip.rb |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/facter-2.4.4/lib/facter/util/ip.rb
-+++ b/facter-2.4.4/lib/facter/util/ip.rb
-@@ -6,7 +6,7 @@ module Facter::Util::IP
-   REGEX_MAP = {
-     :linux => {
-       :ipaddress  => /inet (?:addr:)?([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/,
--      :ipaddress6 => /inet6 (?:addr: )?((?![fe80|::1])(?>[0-9,a-f,A-F]*\:{1,2})+[0-9,a-f,A-F]{0,4})/,
-+      :ipaddress6 => /inet6 (?:addr: )?((?!(fe80|\:\:1))(?>[0-9,a-f,A-F]*\:{1,2})+[0-9,a-f,A-F]{0,4})/,
-       :macaddress => /(?:ether|HWaddr)\s+((\w{1,2}:){5,}\w{1,2})/,
-       :netmask  => /(?:Mask:|netmask )([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)/,
-       :mtu  => /MTU:?\s*(\d+)/i