From 1477502ab1e12b8f6589473fde795651fa50ad6a Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 19 Oct 2020 11:04:25 -0700 Subject: Add bridge property to ifconfig for RHEL based systems I don't see any documentation mentioning this being used on Debian, but it's a thing in the legacy interface configs on RHEL Signed-off-by: Tim Smith --- lib/chef/resource/ifconfig.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/chef/resource/ifconfig.rb') diff --git a/lib/chef/resource/ifconfig.rb b/lib/chef/resource/ifconfig.rb index ed62ab5952..091b95a579 100644 --- a/lib/chef/resource/ifconfig.rb +++ b/lib/chef/resource/ifconfig.rb @@ -102,6 +102,10 @@ class Chef property :gateway, String, introduced: "14.4", description: "The gateway to use for the interface." + + property :bridge, String, + introduced: "16.7", + description: "The bridge interface this interface is a member of on Red Hat based systems." end end end -- cgit v1.2.1