Hauke Mehrtens
|
f646ba4048
route: Fix compile warning with glibc
|
1 year ago |
Kevin Darbyshire-Bryant
|
f4d759be54
dhcp.c: further improve validation
|
4 years ago |
Kevin Darbyshire-Bryant
|
796da66abd
dhcp.c: improve input validation & length checks
|
4 years ago |
Felix Fietkau
|
ad0b25ad74
relayd: put rule requests on stack
|
8 years ago |
Felix Fietkau
|
033df370f7
fix attribute alignment for rules
|
8 years ago |
Felix Fietkau
|
35cc60dc4d
rules: process rules after the local table to ensure that local access still works
|
8 years ago |
Markus
|
5bd3096cf8
main: avoid adding redundant interfaces
|
8 years ago |
Felix Fietkau
|
83dba5d525
main: fix ip address copy length in send_arp_request
|
9 years ago |
Felix Fietkau
|
336dc6465e
route: fix an uninitialized variable
|
9 years ago |
Felix Fietkau
|
cb92ddd6c2
main: fix uninitialized variable
|
9 years ago |
Alejandro Enrique
|
2970ff60ba
Add command line argument to disable DHCP options parsing
|
9 years ago |
Alejandro Enrique
|
a1ecc7303a
Fix deletion of routing policy rules when terminating due to a signal
|
9 years ago |
Alejandro Enrique
|
b12322b8e1
improve host detection on interface change
|
9 years ago |
Alejandro Enrique
|
d49528ef9c
fix missing -p command line argument
|
9 years ago |
Alejandro Enrique
|
b00da24550
add host route on local ip arp request
|
9 years ago |
Felix Fietkau
|
767c54d595
route: fix an error with strict-aliasing
|
10 years ago |
Felix Fietkau
|
8b20ffae06
dhcp.c: add _GNU_SOURCE define to fix build error with musl
|
10 years ago |
Felix Fietkau
|
713258fb9a
relay multicast packets along with broadcast packets
|
10 years ago |
Jo-Philipp Wich
|
4e8f1fa4ca
route.c: include time.h, required for eglibc and glibc based systems
|
13 years ago |
Felix Fietkau
|
40fa5c7dfb
do not include linux/neighbour.h, it is unused
|
13 years ago |
Felix Fietkau
|
aeb49d61c2
add cmake, use libubox for uloop and list.h
|
14 years ago |
Felix Fietkau
|
caf4d30c66
uloop timer: update the timeout->next->prev when adding timeout to the list
|
14 years ago |
Felix Fietkau
|
57371a9511
improve the reliability of gratuitous arp by sending both request and reply, also set the target hardware address to broadcast
|
14 years ago |
Felix Fietkau
|
70672f4277
reset mac addresses when relaying arp requests
|
14 years ago |
Felix Fietkau
|
d724a61b09
send gratuitous ARP whenever a host entry is refreshed
|
14 years ago |
Felix Fietkau
|
d515c3bc3b
use requests only for creating new host entries, not for refreshing them
|
14 years ago |
Felix Fietkau
|
931b54fa98
decrease host timeout, add more ping tries and make them configurable
|
14 years ago |
Felix Fietkau
|
3771bad14d
send gratuitous arp on refresh cycles
|
14 years ago |
Felix Fietkau
|
bdc7dd27a9
respond to arp requests to the local address
|
14 years ago |
Felix Fietkau
|
ac87fbca7d
implement local ip access through policy routing
|
14 years ago |