diff --git a/examples/bond_options.yml b/examples/bond_options.yml index d236998..297100f 100644 --- a/examples/bond_options.yml +++ b/examples/bond_options.yml @@ -20,7 +20,6 @@ ad_select: stable ad_user_port_key: 1023 all_ports_active: True - arp_all_targets: all downdelay: 0 lacp_rate: slow lp_interval: 128 diff --git a/tests/playbooks/tests_bond_options.yml b/tests/playbooks/tests_bond_options.yml index 4160787..5d00eee 100644 --- a/tests/playbooks/tests_bond_options.yml +++ b/tests/playbooks/tests_bond_options.yml @@ -40,7 +40,6 @@ ad_select: stable ad_user_port_key: 1023 all_ports_active: True - arp_all_targets: all downdelay: 0 lacp_rate: slow lp_interval: 128 @@ -88,7 +87,6 @@ - { key: 'ad_select', value: 'stable'} - { key: 'ad_user_port_key', value: '1023'} - { key: 'all_slaves_active', value: '1'} - - { key: 'arp_all_targets', value: 'all'} - { key: 'downdelay', value: '0'} - { key: 'lacp_rate', value: 'slow'} - { key: 'lp_interval', value: '128'}