Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irmd: Prioritize local ipcp for local flows | dimitri staessens | 2016-07-07 | 1 | -1/+17 |
| | | | | | | | | | | For locally registered processes, the IRMd will first look for the local, then the normal, then the shim-udp. It will look for a normal, a shim-eth-llc and ultimately a shim-udp for non-local destinations. It does not yet check if a remote destination is actually known in a DIF. Fixes #18. | ||||
* | irmd: Rename registry functions | dimitri staessens | 2016-07-06 | 1 | -6/+6 |
| | | | | | Reflects that the functions (dis)associate an application instance from/with a name and not remove it from the registry entirely. | ||||
* | irmd: Move registry to its own sources | dimitri staessens | 2016-07-05 | 1 | -0/+148 |
All registry functionality has been extracted from the IRMd to improve modularity and legibility of the code. |