index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
route.c
Age
Commit message (
Expand
)
Author
2020-05-27
route: remove unused get_hostname()
Ethan Sommer
2020-05-26
Remove unused include and constants
Eric Molitor
2020-05-26
Merge ipv6 setroute into a single function
Eric Molitor
2020-05-26
First pass of adding RTNetlink setroute support
Eric Molitor
2020-05-26
Remove send_nlrtmsg embedding call into display_route as it is only used here
Eric Molitor
2020-05-26
Use perror_exit to replace exit calls.
Eric Molitor
2020-05-19
Add RTA_CACHEINFO support and resolve remaining todo items in display_routes
Eric Molitor
2020-05-17
Merge IPv6 support into display_routes
Eric Molitor
2020-05-17
Add support for mss, win and irtt to new netlink based display_routes
Eric Molitor
2020-05-17
Refactor display_routes to use rtnetlink
Eric Molitor
2020-05-17
Add xsend, xrecv and send_nlrtmsg
Eric Molitor
2020-05-16
Fix address family help text
Eric Molitor
2020-05-11
route should be in sbin
Eric Molitor
2019-02-23
One last (for now) typo.
Elliott Hughes
2019-02-18
route: fix command argument parsing
Uros Prestor
2016-12-24
Cleanup: Have get_hostname() handle its own lookup failures. Inline is_prefix().
Rob Landley
2016-10-03
David Hedges pointed out that interface names can be longer than 10 chars.
Rob Landley
2015-11-08
Route cleanup: whitespace and curly bracket changes.
Rob Landley
2015-11-08
Bugfix for route flags.
Rob Landley
2015-11-08
Remove TEST_ARGV() and logic to adjust irtt by "clock ticks/100" when clock t...
Rob Landley
2015-11-07
More route cleanup.
Rob Landley
2015-11-07
Let's start the route cleanup.
Rob Landley
2015-09-11
Replace toys.exithelp with help_exit() in lib.
Rob Landley
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2013-12-23
The recent switch from get_int_value to to atolx_range left route
Isaac Dunham
2013-11-02
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...
Rob Landley
2013-09-06
Ashwini Sharma submitted route.c, adding it to pending.
Rob Landley