X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman7%2Frtnetlink.7;h=04b84799d9900130f44cdc2847ab3a192c1008df;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=21d2a80e4fd2edd8a2e4ebcc43d1f513d29ac1a7;hpb=e9e6c106d11bd9cca5f4a6585364b93f5ae3007a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man7/rtnetlink.7 b/original/man7/rtnetlink.7 index 21d2a80e..04b84799 100644 --- a/original/man7/rtnetlink.7 +++ b/original/man7/rtnetlink.7 @@ -52,7 +52,7 @@ struct rtattr { .fi .in -These attributes should be only manipulated using the RTA_* macros +These attributes should be manipulated using only the RTA_* macros or libnetlink, see .BR rtnetlink (3). .SS Messages @@ -89,7 +89,6 @@ message, thus creating a link with the given .IR ifindex ); .I ifi_change is reserved for future use and should be always set to 0xFFFFFFFF. -.na .TS tab(:); c s s @@ -108,7 +107,6 @@ IFLA_STATS:T{ see below T}:Interface Statistics. .TE -.ad .sp The value type for .B IFLA_STATS @@ -210,7 +208,6 @@ struct rtmsg { unsigned int rtm_flags; }; .fi -.na .TS tab(:); l l. @@ -235,8 +232,6 @@ RTN_XRESOLVE:T{ refer to an external resolver (not implemented) T} .TE -.ad -.na .TS tab(:); l l. @@ -250,7 +245,6 @@ RTPROT_KERNEL:by the kernel RTPROT_BOOT:during boot RTPROT_STATIC:by the administrator .TE -.ad Values larger than .B RTPROT_STATIC @@ -263,7 +257,6 @@ for the routing daemon identifiers which are already assigned. .I rtm_scope is the distance to the destination: -.na .TS tab(:); l l. @@ -275,7 +268,6 @@ RT_SCOPE_LINK:route on this link RT_SCOPE_HOST:route on the local host RT_SCOPE_NOWHERE:destination doesn't exist .TE -.ad The values between .B RT_SCOPE_UNIVERSE @@ -286,7 +278,6 @@ are available to the user. The .I rtm_flags have the following meanings: -.na .TS tab(:); l l. @@ -296,7 +287,6 @@ T} RTM_F_CLONED:route is cloned from another route RTM_F_EQUALIZE:a multipath equalizer (not yet implemented) .TE -.ad .I rtm_table specifies the routing table @@ -407,7 +397,7 @@ NDA_CACHEINFO:cache statistics. If the .I rta_type field is -.B NDA_CACHEINFO +.BR NDA_CACHEINFO , then a .I struct nda_cacheinfo header follows @@ -444,11 +434,11 @@ TCA_UNSPEC:-:unspecified TCA_KIND:asciiz string:Name of queueing discipline TCA_OPTIONS:byte sequence:Qdisc-specific options follow TCA_STATS:struct tc_stats:Qdisc statistics. -TCA_XSTATS:qdisc specific:Module-specific statistics. +TCA_XSTATS:qdisc-specific:Module-specific statistics. TCA_RATE:struct tc_estimator:Rate limit. .TE -In addition various other qdisc module specific attributes are allowed. +In addition, various other qdisc-module-specific attributes are allowed. For more information see the appropriate include files. .TP .BR RTM_NEWTCLASS ", " RTM_DELTCLASS ", " RTM_GETTCLASS @@ -472,3 +462,11 @@ This manual page is incomplete. .BR rtnetlink (3), .BR ip (7), .BR netlink (7) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.