Browse Source

Adding rx/tx offloading to params_supported

This allows rx/tx offloading to pass through to the Salt network
module so that it can be disabled.
master
Nate Bohman 6 years ago
parent
commit
ac84582be9
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      network/defaults.yaml

+ 4
- 0
network/defaults.yaml View File

@@ -21,6 +21,8 @@ Debian:
- post_up_cmds
- post_down_cmds
- noifupdown
- rx
- tx
{#- bonding #}
- master
- mode
@@ -84,6 +86,8 @@ RedHat:
- post_up_cmds
- post_down_cmds
- noifupdown
- rx
- tx
{#- bonding #}
- master
- mode

Loading…
Cancel
Save