fix new syntax error

This commit is contained in:
Jeff Escalante 2020-04-13 13:38:44 -04:00
parent b062a9f063
commit 17452af412
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
1 changed files with 15 additions and 15 deletions

View File

@ -226,21 +226,21 @@ $ curl \
The filter will be executed against each Intention in the result list with
the following selectors and filter operations being supported:
| Selector | Supported Operations |
| --------------- | -------------------------------------------------- |
| Action | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DefaultAddr | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DefaultPort | Equal, Not Equal |
| Description | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DestinationNS | Equal, Not Equal, In, Not In, Matches, Not Matches |
| DestinationName | Equal, Not Equal, In, Not In, Matches, Not Matches |
| ID | Equal, Not Equal, In, Not In, Matches, Not Matches |
| Meta | Is Empty, Is Not Empty, In, Not In |
| Meta.<any> | Equal, Not Equal, In, Not In, Matches, Not Matches |
| Precedence | Equal, Not Equal |
| SourceNS | Equal, Not Equal, In, Not In, Matches, Not Matches |
| SourceName | Equal, Not Equal, In, Not In, Matches, Not Matches |
| SourceType | Equal, Not Equal, In, Not In, Matches, Not Matches |
| Selector | Supported Operations |
| ----------------- | -------------------------------------------------- |
| `Action` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `DefaultAddr` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `DefaultPort` | Equal, Not Equal |
| `Description` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `DestinationNS` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `DestinationName` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `ID` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `Meta` | Is Empty, Is Not Empty, In, Not In |
| `Meta.<any>` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `Precedence` | Equal, Not Equal |
| `SourceNS` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `SourceName` | Equal, Not Equal, In, Not In, Matches, Not Matches |
| `SourceType` | Equal, Not Equal, In, Not In, Matches, Not Matches |
## Update Intention