Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-26 | core: make ap_net.h self-contained | Guillaume Nault | |
We need to include <sys/socket.h> to define 'socklen_t', <sys/types.h> for 'ssize_t' and "list.h" for 'struct list_head'. Also, let's include "libnetlink.h" so that we don't need a forward declaration for 'struct rtnl_handle'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2016-07-11 | implemented support for network namespace | Dmitry Kozlov | |
This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name]. Namespaces must be created malually by "ip netns add ..." command | |||
2016-04-15 | preparation for DPDK intergation (part 6) | Dmitry Kozlov | |
2015-12-04 | preparation for DPDK intergation (part 5) | Dmitry Kozlov | |
2015-12-04 | preparation for DPDK intergation (part 4) | Dmitry Kozlov | |