Skip to content

Commit

Permalink
Updated the readme to add a missed var
Browse files Browse the repository at this point in the history
  • Loading branch information
skg-net committed Jul 7, 2017
1 parent e013584 commit cfc34bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The variables and its values are case-sensitive.
| asn | string(required) | Configures the autonomous system number of the local BGP instance. |
| router_id | string | Configures IP address of the local BGP router instance. |
| graceful_restart | boolean | Configures graceful restart capability. |
| graceful_restart.state | string, choices: absent, present* | If set to absent, removes graceful restart capability |
| maxpath_ibgp | integer, default=1 | Configures maximum number of paths to forward packets through iBGP. The range is from 1 to 64. |
| maxpath_ebgp | integer, default=1 | Configures maximum number of paths to forward packets through eBGP. The range is from 1 to 64. |
| best_path | list | Configures default Best path selection. See the following best_path.* keys for each list item. This key is not supported in dellos6. |
Expand Down

0 comments on commit cfc34bb

Please sign in to comment.