]> git.proxmox.com Git - mirror_iproute2.git/commit
mroute: remove invalid check against NLM_F_MULTI
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Wed, 22 Apr 2015 08:27:07 +0000 (10:27 +0200)
committerStephen Hemminger <shemming@brocade.com>
Mon, 27 Apr 2015 18:41:46 +0000 (11:41 -0700)
commit505f91869f559f492db1afde0b1b4ba8fae9a425
treeb19d85aad8ebd01d2f9edd0fcc21a16f4cd19e82
parentb765eda924363caec99b760d8cff815ecf4a8de6
mroute: remove invalid check against NLM_F_MULTI

This flag is only for the netlink protocol (multi-part messages), no reason
to reject messages without it.

Note that this flag was removed by the following kernel patches (v3.14)
65886f439ab0 ipmr: fix mfc notification flags
f518338b1603 ip6mr: fix mfc notification flags

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
ip/ipmroute.c