index
:
relayd
master
IPv4 pseudo-bridge routing daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-08-17
Implement an option for setting static routes with gateway
Felix Fietkau
2010-08-17
Implement a workaround for the policy routing gateway bug
Felix Fietkau
2010-08-17
Add default gateway and DHCP handling (not fully working yet because of a kernel bug)
Felix Fietkau
2010-08-16
Split DHCP code off into a separate source code file
Felix Fietkau
2010-08-11
Use policy routing to limit the scope of the host routes to affected interfaces
Felix Fietkau
2010-08-11
Cancel pending timeouts before freeing hosts
Felix Fietkau
2010-08-11
Fix interface list definition
Felix Fietkau
2010-08-11
Preinitialize more fields of the RTNL request
Felix Fietkau
2010-08-11
Flush the route cache after changing routes
Felix Fietkau
2010-08-11
Move the rtnl code to a separate source file
Felix Fietkau
2010-08-11
Move some data structures and definitions to a header file
Felix Fietkau
2010-08-11
Do not forward ARP responses to the interface that they came from
Felix Fietkau
2010-08-11
Learn the ARP entry of the DHCP server directly from the DHCP response
Felix Fietkau
2010-08-10
CFLAGS: use -Os instead of -O2
Felix Fietkau
2010-08-10
Add a copyright header (GPL v2)
Felix Fietkau
2010-08-10
Add LDFLAGS to the Makefile
Felix Fietkau
2010-08-10
Initial import
Felix Fietkau