commit | 675779adbf7c80cd4af8e085118c82be048643e7 | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Wed Sep 26 17:01:04 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 26 10:04:23 2018 -0700 |
tree | 625a54764f093b90a2603208e8a600137ae4127b | |
parent | 13cefad2f2c1d99b778c62b142e077779c5f9395 [diff] |
net: bridge: convert mcast options to bits This patch converts the rest of the mcast options to bits. It also packs the mcast options a little better by moving multicast_mld_version to an existing hole, reducing the net_bridge size by 8 bytes. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Reviewed-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>