UBUNTU: [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
BugLink: https://bugs.launchpad.net/bugs/1865332
To properly support SMCRoute with multiple routing tables we need to
enable CONFIG_IP_MROUTE_MULTIPLE_TABLES.
The corresponding IPv6 option (CONFIG_IPV6_MROUTE_MULTIPLE_TABLES)
is already enabled, so it seems reasonable to enable also the IPv4
one for consistency.
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>