Resource example

# Create aggregation group 16386 and set the aggregation mode to static. Add interfaces 1 through 3 to the group, and remove interface 8 from the group.

netdev_lag 'lagg16386' do
 group_id 16386 
 linkmode 'static'
 addports '1-3'
 deleteports '8'
end