MCProxy

Changes between Version 15 and Version 16 of Kernel


Ignore:
Timestamp:
09/18/12 17:24:56 (12 years ago)
Author:
woelke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Kernel

    v15 v16  
    11= Kernel Configuration =
    2 
    3 == IPv6 functionality ==
    4 To use the IPv6 functionality of the mcproxy, the Linux-Kernel has to support ''IPv6 Multicast Routing''. This is an experimental Kernel feature and must be activated explicitly. Hence, your have to configure and compile your own Linux-Kernel variante.
    52
    63Descriptions how to configure and compile a Linux-Kernel:
     
    96 * [wiki:walkthrough Kernel Compilation Walkthrough]
    107
    11 At the step
    12 {{{
    13   make menuconfig
    14 }}}
    15 You have to select the module
     8== IPv6 functionality ==
     9To use the IPv6 functionality of the mcproxy, the Linux-Kernel has to support ''IPv6 Multicast Routing''. This is an experimental Kernel feature and must be activated explicitly. Hence, your have to configure and compile your own Linux-Kernel variante.
     10
     11You have to select the following module at the configuration setup:
    1612{{{
    1713  Networking support ---> 
     
    2016        IPv6: multicast routing (EXPERIMENTAL)
    2117}}}
     18
     19== Multiple Routing Table ==
     20
     21{{{
     22  Networking support ---> 
     23    Networking options --->
     24      IP: multicast policy routing
     25}}}
     26
     27{{{
     28  Networking support ---> 
     29    Networking options --->
     30      The IPv6 protocol --->
     31        IPv6: multicast policy routing
     32}}}