summaryrefslogtreecommitdiff
path: root/src/tools/irm/irm_ipcp_connect.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: irm: Fix matching of name parameterSander Vrijders2017-08-291-6/+6
| | | | | The name parameter was not being matched correctly in ipcp connect and disconnect.
* tools: Add tool to connect IPCP componentsdimitri staessens2017-08-281-0/+94
This enables user-written tools to instruct IPCPs to establish and tear down connections (a.k.a. adjacencies) between its internal components (Management and Data Transfer). For more info, do "irm ipcp connect" or "irm ipcp disconnect" on the command line. This commit exposes a deletion bug in the RIB where FSO's fail to unpack/parse. This will be fixed when the RIB is deprecated.