main: fix uninitialized variable
[project/relayd.git] / main.c
2015-10-29 Felix Fietkaumain: fix uninitialized variable
2015-03-12 Alejandro EnriqueAdd command line argument to disable DHCP options parsing
2015-02-13 Alejandro EnriqueFix deletion of routing policy rules when terminating...
2015-02-11 Alejandro Enriqueimprove host detection on interface change
2015-02-11 Alejandro Enriquefix missing -p command line argument
2015-02-11 Alejandro Enriqueadd host route on local ip arp request
2014-06-13 Felix Fietkaurelay multicast packets along with broadcast packets
2010-08-30 Felix Fietkauimprove the reliability of gratuitous arp by sending...
2010-08-30 Felix Fietkaureset mac addresses when relaying arp requests
2010-08-27 Felix Fietkausend gratuitous ARP whenever a host entry is refreshed
2010-08-27 Felix Fietkauuse requests only for creating new host entries, not...
2010-08-27 Felix Fietkaudecrease host timeout, add more ping tries and make...
2010-08-27 Felix Fietkausend gratuitous arp on refresh cycles
2010-08-27 Felix Fietkaurespond to arp requests to the local address
2010-08-27 Felix Fietkauimplement local ip access through policy routing
2010-08-17 Felix FietkauImplement an option for setting static routes with...
2010-08-17 Felix FietkauAdd default gateway and DHCP handling (not fully workin...
2010-08-16 Felix FietkauSplit DHCP code off into a separate source code file
2010-08-11 Felix FietkauUse policy routing to limit the scope of the host route...
2010-08-11 Felix FietkauCancel pending timeouts before freeing hosts
2010-08-11 Felix FietkauMove the rtnl code to a separate source file
2010-08-11 Felix FietkauMove some data structures and definitions to a header...
2010-08-11 Felix FietkauDo not forward ARP responses to the interface that...
2010-08-11 Felix FietkauLearn the ARP entry of the DHCP server directly from...
2010-08-10 Felix FietkauAdd a copyright header (GPL v2)
2010-08-10 Felix FietkauInitial import