diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-06-24 23:12:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 23:12:10 +0300 |
| commit | 0ea4297e3c3e55d3894820f9359215b6957fa213 (patch) | |
| tree | 09e144e41a91133d80ceb6e6bb8b7a64230d6353 /lib/vty.h | |
| parent | 9dd8d15047fa008c3c734e16cd90ce273b4c086f (diff) | |
| parent | e11168b654d3741fa10a9d4d8feb5883582194b0 (diff) | |
Merge pull request #13843 from FRRouting/mergify/bp/dev/9.0/pr-13768
mgmtd: improvements in logging and commentary (backport #13768)
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ struct vty { /* set when we have sent mgmtd a *REQ command in response to some vty * CLI command and we are waiting on the reply so we can respond to the * vty user. */ - bool mgmt_req_pending; + const char *mgmt_req_pending_cmd; bool mgmt_locked_candidate_ds; }; |
