Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | license: Fix the license to GPL | Holger Hans Peter Freyther | 2017-12-09 | 1 | -4/+5 |
| | | | | | | | | This was always intended to be GPL and not AGPL. "kat" did the development as part of an internship paid by me and we agreed to shared copyright. Change-Id: Ied2041ba20c5737bd967dfaa3017edf72a95b31c | ||||
* | fr_test: Speculative build fix for FreeBSD | Holger Hans Peter Freyther | 2013-01-15 | 1 | -0/+3 |
| | |||||
* | fr: Begin with a GRE/FrameRelay test due the recent regression | Holger Hans Peter Freyther | 2013-01-15 | 3 | -0/+77 |
The framerelay code is seldomly used and the socket clean ups introduced a regression. Create a testcase that will work as a user not having the right capabilities to create raw sockets. We have to make sure that this test is working even when not ran as root. The easiest way to do this is to provide our own socket implementation. This is done with dlopen/dlsym to convert the raw socket request to an UDP one. |