Re: [RFC] [PATCH 3/3] enable IP multicast when bonding IPoIB devices
From: Or Gerlitz <hidden>
Date: 2006-09-27 20:16:14
From: Or Gerlitz <hidden>
Date: 2006-09-27 20:16:14
On 9/26/06, Stephen Hemminger [off-list ref] wrote:
On Tue, 26 Sep 2006 13:18:09 +0300 (IDT) Or Gerlitz [off-list ref] wrote:
quoted
+module_param(bonding_dev_type, int, 0644); +module_param(bonding_dev_addrlen, int, 0644);
Do you really want to allow changing these values after module load? If not replace 0644 with 0
Nope, they are ment to be used only at load time, thanks for the comment. Howeve, as i mentioned this patch is temporal workaround to allow for have IP multicast supported when bondiong non ARPHRD_ETHER devices. I am seeking better ways to do that. Or.