Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add equal-cost multipath routing policy | Dimitri Staessens | 2020-02-16 | 1 | -0/+1 |
| | | | | | | | | | | This adds an equal-cost multipath routing policy to Ouroboros, based on Nick Aerts' code. When selected, flows will send packets over all paths with equal cost (hop count). Path selection is round-robin. It does not yet take into account flows that are down. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks> | ||||
* | ipcpd: Rename hashtable to pft | Dimitri Staessens | 2020-02-16 | 1 | -0/+222 |
This makes the hashtable more tailored to a packet forwarding table (PFT). In the end not much of a change was needed, but now it's clear the pft maps a destination address to a list of (outgoing) fds. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks> |