Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Chef Client, Chef Solo
-
Labels:
-
Environment:
Linux (RHEL)
Description
For routing, we should be able to set a default route. For example, this should be valid:
route 'default' do
gateway '192.168.16.15'
device 'eth1'
end