Merge pull request #47027 from rallytime/bp-44508

Back-port #44508 to 2017.7
This commit is contained in:
Nicole Thomas 2018-04-12 11:05:50 -04:00 committed by GitHub
commit 2e193cfb45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: