Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-dileo committed Nov 11, 2015
1 parent f2d88ba commit cd41d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ The tasks in this role are driven by the ``routemaps``, ``acls`` and
| Key | Type | Notes |
|------------:|------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| name | string (required) | The name of the routemap to manage. |
| action | choices: [permit, deny] (required) | The action associated with the routemap name. |
| action | choices: permit, deny (required) | The action associated with the routemap name. |
| seqno | int (required) | The sequence number of the rule that this entry corresponds to. |
| description | string | The description for this routemap entry. |
| match | list | The list of match statements that define the routemap entry. The match statements should be a list of match statements without the word 'match' at the beginning of the string. |
| set | list | The list of set statements that define the routemap entry. The set statements should be a list of set statements without the word 'set' at the beginning of the string. |
| continue | int | The statement defines the next routemap clause to evaluate. |
| state | choices: [present*, absent] | Set the state for the routemap configuration. |
| state | choices: present*, absent | Set the state for the routemap configuration. |


**acls** (list) each entry contains the following keys:
Expand Down

0 comments on commit cd41d08

Please sign in to comment.