index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
dhclient
/
kroute.c
Age
Commit message (
Expand
)
Author
2013-08-17
Do not create a route to the bound address via 127.0.0.1. Our stack
Kenneth R Westerback
2013-07-05
Zap trailing whitespace.
Kenneth R Westerback
2013-06-09
Make route adding interface more flexible by passing flags to be
Kenneth R Westerback
2013-06-09
Fix/clarify some comments. do memset()'s only when variable is going
Kenneth R Westerback
2013-06-09
Re-apply static route and classless static route support -- this time
Kenneth R Westerback
2013-06-09
Re-apply route adding code refactoring -- it wasn't the problem that
Kenneth R Westerback
2013-06-09
Backout static/classless route handling and default route refactoring
Kenneth R Westerback
2013-06-04
Add support for static routes option (33) and classless static
Kenneth R Westerback
2013-06-01
Refactor the default route adding code to use a general route adding
Kenneth R Westerback
2013-03-30
Since deleting all the addresses on an interface removes all the
Kenneth R Westerback
2013-03-24
Simplify logic when processing route dump by using a helper function
Kenneth R Westerback
2013-03-21
create realloc() loops around sysctl for array-based mibs, in programs
Theo de Raadt
2013-03-13
Make sure dhclient doesn't delete IPv6 routes.
Paul de Weerd
2013-03-11
When binding a lease, check for and clear out any 'zombie' routes
Kenneth R Westerback
2013-03-08
Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry
Kenneth R Westerback
2013-03-07
Refactor code around route label creation and checking to make it easier
Kenneth R Westerback
2013-02-28
Try 10 times to obtain the routing table via sysctl(), and if it
Kenneth R Westerback
2013-02-24
Don't log a complaint that a non-existant default route could not be
Kenneth R Westerback
2013-02-21
Use imsg_flush() to force delivery of IMSG_DELETE_ADDRESS to
Kenneth R Westerback
2013-02-18
Don't delete permanent arp cache entries when clearing the arp
Kenneth R Westerback
2013-02-18
Rework log messages to be more useful. Rename
Kenneth R Westerback
2013-02-17
Using the value SIGQUIT to cause the dispatch loops to exit produced
Kenneth R Westerback
2013-02-17
Suppress some pointless debugging message:
Kenneth R Westerback
2013-02-17
Kill a magic number. 0 -> RTP_NONE for priority in constructing routing
Kenneth R Westerback
2013-02-17
dhclient-script did 'route -q $rdomain add $new_ip_address 127.0.0.1'.
Kenneth R Westerback
2013-02-15
Don't leak routing socket fd if getting the default route fails.
Kenneth R Westerback
2013-02-03
Use RTM_GET rather than the sysctl/scan all routes dance to obtain
Kenneth R Westerback
2013-02-01
Write out resolv.conf only if the default route is under the control
Kenneth R Westerback
2013-01-22
Whitespace nit. Better error messages.
Kenneth R Westerback
2013-01-17
Try harder to clear out default routes on the interface being
Kenneth R Westerback
2012-12-29
Make HUP to either one of the processes cause a restart that will
Kenneth R Westerback
2012-12-19
Don't attempt to delete an address that has already been deleted
Kenneth R Westerback
2012-12-17
Don't daemonize until the RTM_NEWADDR message is received. Shuffle
Kenneth R Westerback
2012-12-04
Eliminate hand-rolled pseudo-strerror() %m strangeness by replacing
Kenneth R Westerback
2012-12-03
Backout last. It breaks existing 'ifconfig down ; dhclient' usage.
Kenneth R Westerback
2012-12-03
Cleanup after a 'ifconfig down', but stick around so 'ifconfig up'
Kenneth R Westerback
2012-12-02
Try harder to cleanup when exiting. In particular catch signals
Kenneth R Westerback
2012-11-23
Use the libutil imsg framework rather than a hand-rolled local
Kenneth R Westerback
2012-11-17
'deeleting' -> 'deleting' in comment.
Kenneth R Westerback
2012-11-16
Add missing 'break;' so that IFT_ETHER, etc. routes are deleted as
Kenneth R Westerback
2012-11-15
Shuffle #include's to use the majority idiom everywhere - i.e. use
Kenneth R Westerback
2012-11-14
Remove useless _new_ and _old_ from various function names to make
Kenneth R Westerback
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-08
Close routing socket fd leak when deleting old address.
Kenneth R Westerback
2012-11-07
Always memcpy() into/out of option data rather than hoping the char *
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-11-07
Use memcpy() consistently rather than tossing in a few bcopy()'s.
Kenneth R Westerback
2012-11-07
Kill some annoying extra spaces. No code change.
Kenneth R Westerback
2012-11-05
Some systems give ENETUNREACH when trying to add the 'standard'
Kenneth R Westerback
2012-11-04
No need to pass interface name around when flushing routes.
Kenneth R Westerback
[next]