summaryrefslogtreecommitdiff
path: root/src/ipcpd/udp/udp.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: Add ipcpd over UDP/IPv6Dimitri Staessens40 hours1-0/+1197
This adds an IPCP that runs over UDP/IPv6. It's structured like the eth-dix and eth-llc in that it builds two separate binaries: ipcpd-udp4 and ipcpd-udp6. The IRM CLI is backwards compatible in that type 'udp' will resolve to type 'udp4'. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>