diff options
| author | Hiroki Shirokura <slank.dev@gmail.com> | 2020-01-05 22:56:14 +0900 |
|---|---|---|
| committer | Hiroki Shirokura <slank.dev@gmail.com> | 2020-01-06 17:03:51 +0900 |
| commit | 63ba102780cc25ed8f446bea65f60fdae75325c3 (patch) | |
| tree | d1cfde4892aa67b7b70ebc44ab0ce157cad3e065 /doc/manpages/conf.py | |
| parent | b833cc1ff473e5de43a6c33b520024c943db180c (diff) | |
bgpd: fix large route-distinguisher's format
This commit is about #5629 's issue.
Before this commit, bgpd creates format string of
bgp-route-distinguisher as int32, but correctly format
is uint32. current bgpd's sh-run-cli generate int32 rd,
so if user sets the rd as 1:4294967295(0x1:0xffffffff),
sh-run cli generates 1: -1 as running-config. This
commit fix that issue.
Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
Diffstat (limited to 'doc/manpages/conf.py')
0 files changed, 0 insertions, 0 deletions
