|
|
@ -72,22 +72,22 @@ options:
|
|
|
|
default: False
|
|
|
|
default: False
|
|
|
|
allowed_address_pairs:
|
|
|
|
allowed_address_pairs:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Allowed address pairs list. Allowed address pairs are supported with
|
|
|
|
- "Allowed address pairs list. Allowed address pairs are supported with
|
|
|
|
dictionary structure.
|
|
|
|
dictionary structure.
|
|
|
|
e.g. allowed_address_pairs:
|
|
|
|
e.g. allowed_address_pairs:
|
|
|
|
- ip_address: 10.1.0.12
|
|
|
|
- ip_address: 10.1.0.12
|
|
|
|
mac_address: ab:cd:ef:12:34:56
|
|
|
|
mac_address: ab:cd:ef:12:34:56
|
|
|
|
- ip_address: ...
|
|
|
|
- ip_address: ..."
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: None
|
|
|
|
default: None
|
|
|
|
extra_dhcp_opt:
|
|
|
|
extra_dhcp_opt:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Extra dhcp options to be assigned to this port. Extra options are
|
|
|
|
- "Extra dhcp options to be assigned to this port. Extra options are
|
|
|
|
supported with dictionary structure.
|
|
|
|
supported with dictionary structure.
|
|
|
|
e.g. extra_dhcp_opt:
|
|
|
|
e.g. extra_dhcp_opt:
|
|
|
|
- opt_name: opt name1
|
|
|
|
- opt_name: opt name1
|
|
|
|
opt_value: value1
|
|
|
|
opt_value: value1
|
|
|
|
- opt_name: ...
|
|
|
|
- opt_name: ..."
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: None
|
|
|
|
default: None
|
|
|
|
device_owner:
|
|
|
|
device_owner:
|
|
|
|