glebius dd30d87e8d Introduce a pointer to const variable gw, which points either at the
same place as dst, or to the sockaddr in the routing table.

The const constraint of gw makes us safe from modifing routing table
accidentially. And "onstantness" of dst allows us to remove several
bandaids, when we switched it back at &ro->ro_dst, now it always
points there.

Reviewed by:	rrs
2013-04-25 12:42:09 +00:00
..
2011-04-13 11:28:46 +00:00
2013-01-31 08:55:21 +00:00
2012-01-24 14:27:14 +00:00
2013-04-10 08:09:25 +00:00
2012-08-07 07:52:25 +00:00
2013-04-16 19:32:12 +00:00
2012-10-12 09:24:24 +00:00
2012-09-06 07:03:56 +00:00
2012-11-25 14:25:08 +00:00
2012-06-25 17:15:09 +00:00
2012-11-17 20:04:04 +00:00
2012-05-24 23:03:23 +00:00
2012-11-27 19:07:28 +00:00