Changes between Version 46 and Version 47 of Avah4users

Show
Ignore:
Timestamp:
06/01/06 21:48:43 (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Avah4users

    v46 v47  
    6666}}}  
    6767   * Keep in mind that this might disable multicasting for other applications, too. Since only very few programs make use of multicasting this is usally not much a problem, though. 
     68   * To automatically remove the MULTICAST bit using udev on specific interfaces, add a file to '''/etc/udev/rules.d''' containing this (replace "RULE TO MATCH DEVICES" with correct rule): 
     69{{{ 
     70ACTION=="add", SUBSYSTEM=="net", KERNEL=="RULE TO MATCH DEVICES", PROGRAM="/sbin/ifconfig %k -multicast" 
     71}}} 
    6872 
    6973== Documentation ==