Changes between Version 15 and Version 16 of Kernel
- Timestamp:
- 09/18/12 17:24:56 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Kernel
v15 v16 1 1 = 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.5 2 6 3 Descriptions how to configure and compile a Linux-Kernel: … … 9 6 * [wiki:walkthrough Kernel Compilation Walkthrough] 10 7 11 At the step 12 {{{ 13 make menuconfig 14 }}} 15 You have to select the module 8 == IPv6 functionality == 9 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. 10 11 You have to select the following module at the configuration setup: 16 12 {{{ 17 13 Networking support ---> … … 20 16 IPv6: multicast routing (EXPERIMENTAL) 21 17 }}} 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 }}}