index
:
relayd
master
IPv4 pseudo-bridge routing daemon
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
2016-02-03
main: avoid adding redundant interfaces
Markus
2015-10-29
main: fix ip address copy length in send_arp_request
Felix Fietkau
2015-10-29
main: fix uninitialized variable
Felix Fietkau
2015-03-12
Add command line argument to disable DHCP options parsing
Alejandro Enrique
2015-02-13
Fix deletion of routing policy rules when terminating due to a signal
Alejandro Enrique
2015-02-11
improve host detection on interface change
Alejandro Enrique
2015-02-11
fix missing -p command line argument
Alejandro Enrique
2015-02-11
add host route on local ip arp request
Alejandro Enrique
2014-06-13
relay multicast packets along with broadcast packets
Felix Fietkau
2010-08-30
improve the reliability of gratuitous arp by sending both request and reply, also set the target hardware address to broadcast
Felix Fietkau
2010-08-30
reset mac addresses when relaying arp requests
Felix Fietkau
2010-08-27
send gratuitous ARP whenever a host entry is refreshed
Felix Fietkau
2010-08-27
use requests only for creating new host entries, not for refreshing them
Felix Fietkau
2010-08-27
decrease host timeout, add more ping tries and make them configurable
Felix Fietkau
2010-08-27
send gratuitous arp on refresh cycles
Felix Fietkau
2010-08-27
respond to arp requests to the local address
Felix Fietkau
2010-08-27
implement local ip access through policy routing
Felix Fietkau
2010-08-17
Implement an option for setting static routes with gateway
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
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
Add a copyright header (GPL v2)
Felix Fietkau
2010-08-10
Initial import
Felix Fietkau