This is a port of Linux IPX implementation to newer Linux versions, from a | |
Linux source tree commit before it was dropped during Linux 4.17 development. | |
Has been tested on Linux versions 4.19 and 5.10. | |
To build the module `ipx.ko`, use command: | |
make -C <path-linux-build-directory> M=$PWD [<options>] | |
For example: | |
$ make -C /lib/modules/`uname -r`/build M=$PWD -j 2 | |
To actually configure and use IPX, you will also need to install IPX user | |
space configuration tools. |