Please enable multicast routing support for sparc
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Leann Ogasawara | ||
Hardy |
Fix Released
|
Medium
|
Leann Ogasawara | ||
Lucid |
Fix Released
|
Medium
|
Leann Ogasawara |
Bug Description
Lucid SRU Justification:
Impact: Multicast routing was enabled for sparc in Hardy as an SRU. Unfortunately the changes doesn't appear to have been pulled forward into Lucid. Enable CONFIG_IP_MROUTE=y for sparc in Lucid.
Fix: Enable the following kernel config options for sparc:
CONFIG_IP_MROUTE=y
Testcase: Install and run a sparc Lucid kernel and confirm that multicast routing is not supported (including PIM1 and PIM2). Install the corresponding patched Lucid kernel, reboot, and confirm multicast routing is now supported.
=====
Hardy SRU Justification:
Impact: In Hardy, multicast routing is not supported on ia64, hppa, and sparc
Fix: Enable the following kernel config options for ia64, hppa, and sparc :
CONFIG_IP_MROUTE=y (default is not set)
CONFIG_
CONFIG_
Testcase: Install and run a ia64, hppa, or sparc Hardy kernel and confirm that multicast routing is not supported (including PIM1 and PIM2). Install the corresponding patched Hardy kernel, reboot, and confirm multicast routing is now supported.
=====
Hi guys,
I am running pure hardy LTS (latest version) on sparc64 and sparc64-smp on my different firewalls/gateways.
In recent investigations I just found out that multicast routing support (including PIM1 and PIM2) are not enabled in the hardy kernel.
I have just rebuilt my kernels for testing and it works just fine.
could you please update linux-2.
CONFIG_IP_MROUTE=y (default is not set)
CONFIG_
CONFIG_
Thanks
Fabio
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in linux (Ubuntu): | |
assignee: | nobody → Leann Ogasawara (leannogasawara) |
status: | Triaged → In Progress |
description: | updated |
Changed in linux (Ubuntu Lucid): | |
status: | New → Fix Committed |
assignee: | nobody → Leann Ogasawara (leannogasawara) |
importance: | Undecided → Medium |
Hi Fabio,
Just approving the Hardy SRU nomination. I'll send a patch to the Ubuntu kernel-team mailing list shortly for them to Ack. Thanks.