diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-12-16 13:47:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-16 13:47:24 -0500 |
| commit | 91653aefd487fb35ffca8f2d8db35b8c2b03fd6c (patch) | |
| tree | 3a96a30f3397e791b2c397e451e1c044ca843bd2 /lib/lib_vty.c | |
| parent | 764785a2b1f6667a825f949b8fc166c1692b89a2 (diff) | |
| parent | 77f7b4b018735076ca7795f6e0741fb3e0d1a018 (diff) | |
Merge pull request #7744 from donaldsharp/end_configuration
End configuration changes
Diffstat (limited to 'lib/lib_vty.c')
| -rw-r--r-- | lib/lib_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib_vty.c b/lib/lib_vty.c index 0cc25f24ed..cd8b5c9809 100644 --- a/lib/lib_vty.c +++ b/lib/lib_vty.c @@ -222,7 +222,7 @@ static struct call_back { DEFUN_HIDDEN (start_config, start_config_cmd, - "start_configuration", + "XFRR_start_configuration", "The Beginning of Configuration\n") { callback.readin_time = monotime(NULL); @@ -235,7 +235,7 @@ DEFUN_HIDDEN (start_config, DEFUN_HIDDEN (end_config, end_config_cmd, - "end_configuration", + "XFRR_end_configuration", "The End of Configuration\n") { time_t readin_time; |
