ip: bridge_slave: add neigh_suppress to the type help and
Add neigh_suppress to the type help and document it in ip-link's man page. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
702631416e
commit
a5e3f41b4d
|
|
@ -38,6 +38,7 @@ static void print_explain(FILE *f)
|
||||||
" [ mcast_fast_leave {on | off} ]\n"
|
" [ mcast_fast_leave {on | off} ]\n"
|
||||||
" [ mcast_flood {on | off} ]\n"
|
" [ mcast_flood {on | off} ]\n"
|
||||||
" [ group_fwd_mask MASK ]\n"
|
" [ group_fwd_mask MASK ]\n"
|
||||||
|
" [ neigh_suppress {on | off} ]\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1747,7 +1747,9 @@ the following additional arguments are supported:
|
||||||
] [
|
] [
|
||||||
.BR mcast_flood " { " on " | " off " }"
|
.BR mcast_flood " { " on " | " off " }"
|
||||||
] [
|
] [
|
||||||
.BR group_fwd_mask " MASK ]"
|
.BR group_fwd_mask " MASK"
|
||||||
|
] [
|
||||||
|
.BR neigh_suppress " { " on " | " off " } ]"
|
||||||
|
|
||||||
.in +8
|
.in +8
|
||||||
.sp
|
.sp
|
||||||
|
|
@ -1825,6 +1827,9 @@ option above.
|
||||||
.BI group_fwd_mask " MASK "
|
.BI group_fwd_mask " MASK "
|
||||||
- set the group forward mask. This is the bitmask that is applied to decide whether to forward incoming frames destined to link-local addresses, ie addresses of the form 01:80:C2:00:00:0X (defaults to 0, ie the bridge does not forward any link-local frames coming on this port).
|
- set the group forward mask. This is the bitmask that is applied to decide whether to forward incoming frames destined to link-local addresses, ie addresses of the form 01:80:C2:00:00:0X (defaults to 0, ie the bridge does not forward any link-local frames coming on this port).
|
||||||
|
|
||||||
|
.BR neigh_suppress " { " on " | " off " }"
|
||||||
|
- controls whether neigh discovery (arp and nd) proxy and suppression is enabled on the port. By default this flag is off.
|
||||||
|
|
||||||
.in -8
|
.in -8
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue