Merge pull request #44508 from mzbroch/capirca_integration

Capirca integration
This commit is contained in:
Nicole Thomas 2017-11-13 14:16:37 -05:00 committed by GitHub
commit 8dcca13ca3
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: