Deleted Added
full compact
29c29
< .\" $FreeBSD: head/share/man/man9/rtentry.9 256618 2013-10-16 10:36:42Z melifaro $
---
> .\" $FreeBSD: head/share/man/man9/rtentry.9 262763 2014-03-05 01:17:47Z glebius $
31c31
< .Dd October 16, 2013
---
> .Dd March 5, 2014
80a81,86
> If the
> .Dv RTF_UP
> flag is not present, the
> .Fn rtfree
> function will delete the route from the radix tree when the last
> reference drops.
92,99c98,105
< .It Vt "struct rt_metrics_lite rt_rmx" ;
< See below.
< If the
< .Dv RTF_UP
< flag is not present, the
< .Fn rtfree
< function will delete the route from the radix tree when the last
< reference drops.
---
> .It Vt "u_long rt_mtu";
> See description of rmx_mtu below.
> .It Vt "u_long rt_weight";
> See description of rmx_weight below.
> .It Vt "u_long rt_expire";
> See description of rmx_expire below.
> .It Vt "counter64_t rt_pksent";
> See description of rmx_pksent below.
167,169c173
< Every route has associated with it a set of metrics, stored in
< .Vt "struct rt_metrics_lite" .
< Metrics are supplied in
---
> Several metrics are supplied in
178,179c182
< metrics are used in
< .Vt "struct rt_metrics_lite" .
---
> metrics are supplied.