| 351 |
configure your kernel to enable routing and the ethertap device: |
configure your kernel to enable routing and the ethertap device: |
| 352 |
under "Networking options", enable "Kernel/User netlink socket" and |
under "Networking options", enable "Kernel/User netlink socket" and |
| 353 |
"Netlink device emulation", under "Network device support", activate |
"Netlink device emulation", under "Network device support", activate |
| 354 |
"Ethertap network tap". You also have to modify devices/net/ethertap.c |
"Ethertap network tap". You also have to modify drivers/net/ethertap.c |
| 355 |
a bit before compiling the new kernel: |
a bit before compiling the new kernel: |
| 356 |
|
|
| 357 |
- insert "#define CONFIG_ETHERTAP_MC 1" near the top (after the |
- insert "#define CONFIG_ETHERTAP_MC 1" near the top (after the |