Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions models/enterprise_sonic/bgp/sonic_bgp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,29 @@ DOCUMENTATION: |
description:
- Enable/disable logging neighbor up/down and reset reason.
type: bool
graceful_restart:
description:
- Configure graceful restart
type: dict
suboptions:
enabled:
description:
- Enable graceful restart
type: bool
restart_time:
description:
- Configures restart-time.
- The range is from 0 to 3600.
type: int
stale_routes_time:
description:
- Configures stale-routes-time
- The range is from 0 to 3600.
type: int
preserve_fw_state:
description:
- Configures preserve-fw-state
type: bool
bestpath:
description:
- Configures the BGP bestpath.
Expand Down