| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
ipcpd: Enroll DHT when creating dt connection
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The DHT will now enroll or sync when a data transfer connection is
added. This avoids the need to create a temporary data transfer
connection during enrollment (and speeds it up considerably).
The notifier system was modified to take an opaque pointer to the
object that registers as a parameter.
|
|\ \
| |/
|/|
| | |
doc: man: Update fccntl manpage
|
|/
|
|
|
| |
The option to mark a flow as down was missing from the manpage of
fccntl.
|
|\
| |
| |
| | |
ipcpd, lib: Add flow down events
|
|/
|
|
|
|
|
|
| |
This adds the flow down event to Ouroboros. In the shim-eth-llc, a
netlink socket is opened which listens to device up/down events. For
each event the flow is then adjusted with fccntl to notify the user
the flow is down or back up again. In the normal IPCP an event is
thrown if a write reports that the flow is down.
|
|\
| |
| |
| | |
ipcpd: Fix src and dst in link-state advertisements
|
|/ |
|
|\
| |
| |
| | |
lib: Provide RIB API to export internals via fuse
|
|/
|
|
|
|
|
| |
This adds a virtual RIB that is accessible as a filesystem that is
accessed through a fuse mountpoint (configurable , default is
/tmp/ouroboros). Currently, each IPCP will export its link state
database.
|
|\
| |
| |
| | |
lib: Add reordering queue to FRCT
|
|/
|
|
|
| |
This adds a reordering queue to FRCT so that SDUs can be delivered
in-order when requested.
|
|\
| |
| |
| | |
build: Clean up output with missing ProtobufC
|
| | |
|
|\|
| |
| |
| | |
build: Fix DDNS tool detection for shim-udp
|
|/
|
|
|
|
| |
This fixes output when detecting DDNS tools and homogenizes output and
the APIs used to pass variables between the build system and the
sources. Fixes some minor issues and typos).
|
|\
| |
| |
| | |
ipcpd: Revise internals of normal IPCP
|
| |
| |
| |
| |
| |
| |
| |
| | |
This removes the RIB as a datastructure and CDAP as the protocol
between IPCPs. CDAP, the rib and related sources are deprecated. The
link-state protocol policy is udpated to use its own protocol based on
a simple broadcast strategy along a tree. The neighbors struct is
deprecated and moved to the library as a generic notifier component.
|
|\ \
| |/
|/|
| | |
ipcpd: shim-eth-llc: Fix FreeBSD compilation
|
|/
|
|
|
| |
This fixes the compilation on FreeBSD systems. A define was
missing. It also fixes some style errors.
|
|\
| |
| |
| | |
ipcpd: Shutdown DHT work thread first at destroy
|
| |
| |
| |
| | |
This prevents a potential deadlock on the wrlock.
|
|\ \
| |/
|/|
| | |
ipcpd: Fix double finalization after some failures
|
|/
|
|
|
| |
When enroll or bootstrap failed, finalize_components could be called
twice, resulting in double frees or use-after-free.
|
|\
| |
| |
| | |
ipcpd: normal: Avoid redefining a typedef
|
| |
| |
| |
| |
| | |
This avoids a redefinition of a typedef which is a C11 feature, and
thus not supported by clang when the c89 switch is enabled.
|
|\ \
| |/
|/|
| | |
build: Add systemd unit on install
|
|/
|
|
| |
This adds a systemd unit for the irmd on installation of Ouroboros.
|
|\
| |
| |
| | |
Be frct lock
|
| |
| |
| |
| |
| |
| |
| | |
This will remove the dst parameter from enroll_boot, since it was only
being used in logging. It also turns some other debug logs into info
logs, and makes the component names as they are used in logs all
lowercase.
|
|/
|
|
|
| |
This adds a per instance FRCT lock, since it was taking a write lock,
thereby severely impacting parallelism in dev.c
|
|\
| |
| |
| | |
lib: Add fccntl configuration command
|
| |
| |
| |
| |
| |
| |
| | |
This replaces the flow_set_* commands with a single fccntl command
that can configure flows and the FRCT instance.
For more details, see "man 3 fccntl".
|
|\ \
| |/
|/|
| | |
Be connect
|
| |
| |
| |
| |
| | |
This adds a check in the shims if a name was already registered, since
it should not return an error.
|
|/
|
|
|
|
| |
This adds a specific timeout for IPCP connect, since it may take a lot
longer than the regular socket timeout due to flow allocations in the
IPCP.
|
|\
| |
| |
| | |
Be corrupt
|
| |
| |
| |
| |
| | |
The name parameter was not being matched correctly in ipcp connect and
disconnect.
|
| |
| |
| |
| |
| | |
This will delete the rdrbuff also when it has been corrupted
before. Otherwise the irmd won't start, as experienced on my desktop.
|
|\ \
| | |
| | |
| | | |
ipcpd: Fix thread leaks in normal IPCP
|
| |/ |
|
|\ \
| |/
|/|
| | |
irmd: Remove temporary debugging logs
|
|/ |
|
|\
| |
| |
| | |
ipcpd: Fix missing unlock in dht
|
|/ |
|
|\
| |
| |
| | |
shim-eth-llc: Hide directory query locking
|
| |
| |
| |
| |
| |
| |
| | |
The locking of the directory queries was happening in the
shim-eth-llc, but it should be done within the shim-data functions.
Fixes #30
|
|\ \
| | |
| | |
| | | |
ipcpd: Fix state in dht lookup at lookup_wait
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The correct state was returned but not set internally in the
lookup_struct, causing lookup_wait to return a lookup in LU_PENDING if
the wait timedout.
This also unlocks the IRMd during register calls and fixes some
cleanup if lookup_wait gets interrupted.
Fixes #48
|
|\ \ \
| |/ /
|/| |
| | | |
lib, ipcpd: Fix e-mail addresses in protobuf files
|