mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #44508 from mzbroch/capirca_integration
Capirca integration
This commit is contained in:
commit
8dcca13ca3
@ -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:
|
||||
|
@ -282,6 +282,7 @@ def load_term_config(filter_name,
|
||||
- flattened_addr
|
||||
- flattened_saddr
|
||||
- flattened_daddr
|
||||
- priority
|
||||
|
||||
.. note::
|
||||
The following fields can be also a single value and a list of values:
|
||||
|
@ -239,6 +239,7 @@ def term(name,
|
||||
- flattened_addr
|
||||
- flattened_saddr
|
||||
- flattened_daddr
|
||||
- priority
|
||||
|
||||
.. note::
|
||||
The following fields can be also a single value and a list of values:
|
||||
|
Loading…
Reference in New Issue
Block a user