mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
gbproxy: The "[stats]" option was not documented, document it
Documentation error (missing docs):
<command id='show gbproxy [stats]'>
<param name='[stats]' doc='(null)' />
This commit is contained in:
@@ -931,7 +931,7 @@ static void gbprox_vty_print_peer(struct vty *vty, struct gbprox_peer *peer)
|
||||
}
|
||||
|
||||
gDEFUN(show_gbproxy, show_gbproxy_cmd, "show gbproxy [stats]",
|
||||
SHOW_STR "Display information about the Gb proxy")
|
||||
SHOW_STR "Display information about the Gb proxy\n" "Show statistics\n")
|
||||
{
|
||||
struct gbprox_peer *peer;
|
||||
int show_stats = argc >= 1;
|
||||
|
||||
Reference in New Issue
Block a user