mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 04:26:12 +00:00
lib: fix more docstrings
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
7111c1a0cd
commit
007b0667e0
@ -175,8 +175,7 @@ config_write_agentx (struct vty *vty)
|
||||
DEFUN (agentx_enable,
|
||||
agentx_enable_cmd,
|
||||
"agentx",
|
||||
"SNMP AgentX protocol settings\n"
|
||||
"SNMP AgentX settings\n")
|
||||
"SNMP AgentX protocol settings\n")
|
||||
{
|
||||
if (!agentx_enabled)
|
||||
{
|
||||
@ -194,8 +193,7 @@ DEFUN (no_agentx,
|
||||
no_agentx_cmd,
|
||||
"no agentx",
|
||||
NO_STR
|
||||
"SNMP AgentX protocol settings\n"
|
||||
"SNMP AgentX settings\n")
|
||||
"SNMP AgentX protocol settings\n")
|
||||
{
|
||||
if (!agentx_enabled) return CMD_SUCCESS;
|
||||
vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled");
|
||||
|
@ -2200,7 +2200,6 @@ DEFUN (no_config_log_file,
|
||||
"Logging control\n"
|
||||
"Cancel logging to file\n"
|
||||
"Logging file name\n"
|
||||
"Logging file name\n"
|
||||
"Logging level\n")
|
||||
{
|
||||
zlog_reset_file ();
|
||||
|
Loading…
Reference in New Issue
Block a user