mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-06 18:59:38 +00:00
tipc: fix UDP bearer synopsis
Local ip is not required to identify a UDP bearer and shouldn't be passed to bearer disable, set or get. In this patch we remove the localip entry from the synopsis of these functions. Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
This commit is contained in:
parent
2d01b393f4
commit
ff77557957
@ -39,14 +39,12 @@ tipc-bearer \- show or modify TIPC bearers
|
||||
.B tipc bearer disable media
|
||||
.br
|
||||
.RB "{ { " eth " | " ib " } " device
|
||||
.IR DEVICE
|
||||
.IR "DEVICE " }
|
||||
.RB "|"
|
||||
.br
|
||||
.RB "{ " udp
|
||||
.B name
|
||||
.IR NAME
|
||||
.B localip
|
||||
.IR LOCALIP " } }"
|
||||
.IR NAME " }"
|
||||
.br
|
||||
|
||||
.ti -8
|
||||
@ -65,9 +63,7 @@ tipc-bearer \- show or modify TIPC bearers
|
||||
.br
|
||||
.RB "{ " udp
|
||||
.B name
|
||||
.IR NAME
|
||||
.B localip
|
||||
.IR LOCALIP " } }"
|
||||
.IR NAME " }"
|
||||
.br
|
||||
|
||||
.ti -8
|
||||
@ -80,9 +76,7 @@ tipc-bearer \- show or modify TIPC bearers
|
||||
.br
|
||||
.RB "{ " udp
|
||||
.B name
|
||||
.IR NAME
|
||||
.B localip
|
||||
.IR LOCALIP " } }"
|
||||
.IR NAME " }"
|
||||
.br
|
||||
|
||||
.ti -8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user