index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
iprule.c
Age
Commit message (
Expand
)
Author
2019-05-27
iprule: fix missing ip rules after a reload (FS#2296)
Hans Dedecker
2018-10-01
iprule: coding style fixes
Hans Dedecker
2018-10-01
iprule: fix segfault (FS#1875)
Hans Dedecker
2018-07-25
iprule: remove bogus assert calls
Felix Fietkau
2018-07-25
iprule: fix broken in_dev/out_dev checks
Felix Fietkau
2018-07-05
iprule: rework interface based rules to handle dynamic interfaces
Alexander Couzens
2017-06-11
iprule: Add option to suppress unspecific routing lookups
Stefan Tomanek
2017-01-31
treewide: fix white space errors
Hans Dedecker
2013-10-22
utils: add a function for checking if a process given by pid is still alive
Felix Fietkau
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2013-05-28
Make sure that iprule flushing happens after system_init(), otherwise the rtn...
Jo-Philipp Wich
2013-05-27
Move iprule flushing to the init function to make the timing predictable
Jo-Philipp Wich
2013-05-27
Move initial iprule flushing to system_add_iprule() to not collide with gener...
Jo-Philipp Wich
2013-04-05
Maintain config order of ip rules unless user explicitely provides priority
Jo-Philipp Wich
2013-04-04
Add support for ip rules
Jo-Philipp Wich