diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-02-20 12:58:30 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2015-02-26 09:08:14 +0100 |
commit | 591908c8bd636b38ce2117b4cd98e76261ce0131 (patch) | |
tree | f796732ccc0b281cc21dc0fe49c6f926808d7bbd /man | |
parent | dead766c3b7d74a9bb0b1cae842888b357a6ba0e (diff) | |
download | NetworkManager-591908c8bd636b38ce2117b4cd98e76261ce0131.tar.gz |
nmcli: add support for bridge multicast-snooping property
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.1.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index a2ba19a0b9..65013b8b4e 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -605,6 +605,8 @@ The value can be prefixed with \fBifname/\fP, \fBuuid/\fP or \fBid/\fP to disamb \(en STP maximum message age, in seconds (default: 20) .IP "\fI[ageing-time <0-1000000>]\fP" 42 \(en the Ethernet MAC address aging time, in seconds (default: 300) +.IP "\fI[multicast-snooping yes|no]\fP" 42 +\(en controls whether IGMP snooping is enabled (default: yes) .IP "\fI[mac <MAC address>]\fP" 42 \(en MAC address of the bridge (note: this requires a recent kernel feature, originally introduced in 3.15 upstream kernel) |