mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add priority field to support the latest capirca.
This commit is contained in:
parent
8f994e7cf9
commit
112f92baab
1 changed files with 3 additions and 1 deletions
|
@ -131,7 +131,8 @@ _TERM_FIELDS = {
|
|||
'flattened': False,
|
||||
'flattened_addr': None,
|
||||
'flattened_saddr': None,
|
||||
'flattened_daddr': None
|
||||
'flattened_daddr': None,
|
||||
'priority': None
|
||||
}
|
||||
|
||||
# IP-type fields
|
||||
|
@ -746,6 +747,7 @@ def get_term_config(platform,
|
|||
- flattened_addr
|
||||
- flattened_saddr
|
||||
- flattened_daddr
|
||||
- priority
|
||||
|
||||
.. note::
|
||||
The following fields can be also a single value and a list of values:
|
||||
|
|
Loading…
Add table
Reference in a new issue