mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 02:30:52 +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,
|
DEFUN (agentx_enable,
|
||||||
agentx_enable_cmd,
|
agentx_enable_cmd,
|
||||||
"agentx",
|
"agentx",
|
||||||
"SNMP AgentX protocol settings\n"
|
"SNMP AgentX protocol settings\n")
|
||||||
"SNMP AgentX settings\n")
|
|
||||||
{
|
{
|
||||||
if (!agentx_enabled)
|
if (!agentx_enabled)
|
||||||
{
|
{
|
||||||
@ -194,8 +193,7 @@ DEFUN (no_agentx,
|
|||||||
no_agentx_cmd,
|
no_agentx_cmd,
|
||||||
"no agentx",
|
"no agentx",
|
||||||
NO_STR
|
NO_STR
|
||||||
"SNMP AgentX protocol settings\n"
|
"SNMP AgentX protocol settings\n")
|
||||||
"SNMP AgentX settings\n")
|
|
||||||
{
|
{
|
||||||
if (!agentx_enabled) return CMD_SUCCESS;
|
if (!agentx_enabled) return CMD_SUCCESS;
|
||||||
vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled");
|
vty_outln (vty, "SNMP AgentX support cannot be disabled once enabled");
|
||||||
|
@ -2200,7 +2200,6 @@ DEFUN (no_config_log_file,
|
|||||||
"Logging control\n"
|
"Logging control\n"
|
||||||
"Cancel logging to file\n"
|
"Cancel logging to file\n"
|
||||||
"Logging file name\n"
|
"Logging file name\n"
|
||||||
"Logging file name\n"
|
|
||||||
"Logging level\n")
|
"Logging level\n")
|
||||||
{
|
{
|
||||||
zlog_reset_file ();
|
zlog_reset_file ();
|
||||||
|
Loading…
Reference in New Issue
Block a user