]> git.ipfire.org Git - thirdparty/iproute2.git/log
thirdparty/iproute2.git
21 years agoparse_rtattr_nested macro to parse nested TLVs
5!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
parse_rtattr_nested macro to parse nested TLVs

(Logical change 1.129)

21 years agoUse parse_rtattr_nested
5!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Use parse_rtattr_nested

(Logical change 1.129)

21 years agoUse parse_rtattr_nested
4!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Use parse_rtattr_nested

(Logical change 1.129)

21 years agoUse parse_rtattr_nested
3!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Use parse_rtattr_nested

(Logical change 1.129)

21 years agotb buffer initialization is now done in the parser
2!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
tb buffer initialization is now done in the parser

(Logical change 1.129)

21 years agoUse parse_rtattr_nested
2!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Use parse_rtattr_nested

(Logical change 1.129)

21 years agoUse parse_rtattr_nested
14!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Use parse_rtattr_nested

(Logical change 1.129)

21 years agoAdd parse_rtattr_nested and make use of it. Initialize tb buffers in the
122!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Add parse_rtattr_nested and make use of it. Initialize tb buffers in the
parser instead in the caller. Fixes a bug in q_netem.c where tb was
uninitialized and a possible off by one memory reference in xfrm code.
Makes parsing more like in the kernel and thus avoids bugs.

BKrev: 41ed89aeNAnCbbVOWwYRAjRd77lLmw

21 years agoUse tb[type] access to TLVs
12!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Use tb[type] access to TLVs

(Logical change 1.129)

21 years agoSwitch to parse_rtattr and use XFRMA_MAX directly instead of a easly
12!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
Switch to parse_rtattr and use XFRMA_MAX directly instead of a easly
forgetable magic define

(Logical change 1.129)

21 years agotb buffer initialization is now done in the parser
11!tgraf [Tue, 18 Jan 2005 22:11:58 +0000 (22:11 +0000)] 
tb buffer initialization is now done in the parser

(Logical change 1.129)

21 years agoUse NLMSG_TAIL and add addraw_l
6!tgraf [Tue, 18 Jan 2005 13:58:49 +0000 (13:58 +0000)] 
Use NLMSG_TAIL and add addraw_l

(Logical change 1.128)

21 years agoaddraw_l prototype
5!tgraf [Tue, 18 Jan 2005 13:58:49 +0000 (13:58 +0000)] 
addraw_l prototype

(Logical change 1.128)

21 years agoAdds addraw_l to add data to a netlink message without prefixing it with a RTA header
122!tgraf [Tue, 18 Jan 2005 13:58:49 +0000 (13:58 +0000)] 
Adds addraw_l to add data to a netlink message without prefixing it with a RTA header

BKrev: 41ed16199Yori8yxT7uk1DQFZwWzgw

21 years agoUse NLMSG_TAIL
8!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoUse NLMSG_TAIL
6!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoUse NLMSG_TAIL
5!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoAdd NLMSG_TAIL macro pointing to the tail of a netlink message
5!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Add NLMSG_TAIL macro pointing to the tail of a netlink message

(Logical change 1.127)

21 years agoUse NLMSG_TAIL
4!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoUse NLMSG_TAIL
3!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoUse NLMSG_TAIL
2!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoUse NLMSG_TAIL
17!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Use NLMSG_TAIL

(Logical change 1.127)

21 years agoTransform rta_len calculations for nested TLVs to use NLMSG_TAIL
122!tgraf [Tue, 18 Jan 2005 01:24:18 +0000 (01:24 +0000)] 
Transform rta_len calculations for nested TLVs to use NLMSG_TAIL
macro to simply code a lot.

BKrev: 41ec6542j4hTerR-Y2sAx-8Sm_KLSQ

21 years agoGive pedit kind size a name
2!tgraf [Tue, 18 Jan 2005 00:17:27 +0000 (00:17 +0000)] 
Give pedit kind size a name

(Logical change 1.126)

21 years agoAvoid using magic number
2!tgraf [Tue, 18 Jan 2005 00:17:27 +0000 (00:17 +0000)] 
Avoid using magic number

(Logical change 1.126)

21 years agoAvoid magic number for pedit kind size uses
122!tgraf [Tue, 18 Jan 2005 00:17:27 +0000 (00:17 +0000)] 
Avoid magic number for pedit kind size uses

BKrev: 41ec5597F_Owr1FFm8Sv0bj2bzKzwg

21 years agomove dl body cache into get_action_kind
8!tgraf [Tue, 18 Jan 2005 00:09:02 +0000 (00:09 +0000)] 
move dl body cache into get_action_kind

(Logical change 1.125)

21 years agomove dl body cache into get_pedit_kind
2!tgraf [Tue, 18 Jan 2005 00:09:02 +0000 (00:09 +0000)] 
move dl body cache into get_pedit_kind

(Logical change 1.125)

21 years agomake dl body caches static
122!tgraf [Tue, 18 Jan 2005 00:09:02 +0000 (00:09 +0000)] 
make dl body caches static

BKrev: 41ec539eMKEnSNCFZJ5YRTevByYIYw

21 years agoJamal: add pedit support
osdl.net!shemminger [Mon, 17 Jan 2005 23:32:51 +0000 (23:32 +0000)] 
Jamal: add pedit support

BKrev: 41ec4b23AMaHrnilchuUUo7n8oBaNA

21 years agoImport patch iproute2.121
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:32:51 +0000 (23:32 +0000)] 
Import patch iproute2.121

(Logical change 1.124)

21 years agoInitial revision
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:32:51 +0000 (23:32 +0000)] 
Initial revision

21 years ago2005-01-13 Jim Gifford <lfs@jg555.com>
osdl.net!shemminger [Mon, 17 Jan 2005 23:32:11 +0000 (23:32 +0000)] 
2005-01-13  Jim Gifford <lfs@jg555.com>

 Fix allocation size error in nomal and paretonormal generation
 programs.

BKrev: 41ec4afbeY2UDaVNyIWELShN9WNVPw

21 years agoImport patch iproute2.121
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:32:11 +0000 (23:32 +0000)] 
Import patch iproute2.121

(Logical change 1.123)

21 years agoMark snapshot
osdl.net!shemminger [Mon, 17 Jan 2005 23:30:51 +0000 (23:30 +0000)] 
Mark snapshot

BKrev: 41ec4aabx5FDHfzMWeUZK_zFNjEZgw

21 years agoImport patch iproute2.120
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:30:51 +0000 (23:30 +0000)] 
Import patch iproute2.120

(Logical change 1.122)

21 years agoIpv6 updates to changelog
osdl.net!shemminger [Mon, 17 Jan 2005 23:30:41 +0000 (23:30 +0000)] 
Ipv6 updates to changelog

BKrev: 41ec4aa1y_9w3uPCyewGC8veiRnKRg

21 years agoImport patch iproute2.119
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:30:41 +0000 (23:30 +0000)] 
Import patch iproute2.119

(Logical change 1.121)

21 years ago2005/01/12 12:15:20-08:00 nakam@linux-ipv6.org
osdl.net!shemminger [Mon, 17 Jan 2005 23:30:18 +0000 (23:30 +0000)] 
2005/01/12 12:15:20-08:00 nakam@linux-ipv6.org
   [PATCH] [iproute2] MONITOR: show IPv6 prefix list
This is also iproute2 patch, ipmonitor shows IPv6 prefix list notification

BKrev: 41ec4a8aRv28IWDlv9tyVTkIRA9jRA

21 years agoImport patch iproute2.118
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:30:18 +0000 (23:30 +0000)] 
Import patch iproute2.118

(Logical change 1.120)

21 years agonakam@linux-ipv6.org
osdl.net!shemminger [Mon, 17 Jan 2005 23:29:39 +0000 (23:29 +0000)] 
nakam@linux-ipv6.org
  [PATCH] [iproute2] XFRM: replay-window and DECAP_DSCP flag

   This is an update for iproute2 xfrm.
   - add an interface to specify replay-window.
    - support DECAP_DSCP flag.
   - minor fixes. (Mainly it improves output format.)
   I've tested with 2.6.10. Please apply it.

BKrev: 41ec4a63LFfeeE_xm1QJ1VcLSwsfLQ

21 years agoImport patch iproute2.117
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:29:39 +0000 (23:29 +0000)] 
Import patch iproute2.117

(Logical change 1.119)

21 years agoFix warnings on 64bit compile
osdl.net!shemminger [Mon, 17 Jan 2005 23:28:16 +0000 (23:28 +0000)] 
Fix warnings on 64bit compile

BKrev: 41ec4a106wYMzqmOkgqhFo5rFDZWBg

21 years agoImport patch iproute2.116
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:28:16 +0000 (23:28 +0000)] 
Import patch iproute2.116

(Logical change 1.118)

21 years agoAdd fwmark on filters from Dino
osdl.net!shemminger [Mon, 17 Jan 2005 23:27:56 +0000 (23:27 +0000)] 
Add fwmark on filters from Dino

BKrev: 41ec49fcBqx5WbSqQSkw3RCMirZuFg

21 years agoImport patch iproute2.115
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:27:56 +0000 (23:27 +0000)] 
Import patch iproute2.115

(Logical change 1.117)

21 years agoNetlink man page
osdl.net!shemminger [Mon, 17 Jan 2005 23:27:37 +0000 (23:27 +0000)] 
Netlink man page

BKrev: 41ec49e9WwzfueOaWBobyAjniEs8gA

21 years agoImport patch iproute2.114
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:27:37 +0000 (23:27 +0000)] 
Import patch iproute2.114

(Logical change 1.116)

21 years agoIp route nat no longer supported so warn
osdl.net!shemminger [Mon, 17 Jan 2005 23:27:23 +0000 (23:27 +0000)] 
Ip route nat no longer supported so warn

BKrev: 41ec49dbEKu1rtaCiIsU5gxEsJkt2A

21 years agoImport patch iproute2.113
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:27:23 +0000 (23:27 +0000)] 
Import patch iproute2.113

(Logical change 1.115)

21 years agoTC testsite from Thomas Graf
osdl.net!shemminger [Mon, 17 Jan 2005 23:27:05 +0000 (23:27 +0000)] 
TC testsite from Thomas Graf

BKrev: 41ec49c9umBsApEFvWHigdIGa24mXw

21 years agoImport patch iproute2.112
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:27:05 +0000 (23:27 +0000)] 
Import patch iproute2.112

(Logical change 1.114)

21 years agoDon't make mirror actions depend on configure
osdl.net!shemminger [Mon, 17 Jan 2005 23:26:46 +0000 (23:26 +0000)] 
Don't make mirror actions depend on configure

BKrev: 41ec49b6fnLKviXXCzVUCQZqVXd3cQ

21 years agoImport patch iproute2.111
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:26:46 +0000 (23:26 +0000)] 
Import patch iproute2.111

(Logical change 1.113)

21 years agoAdd tcp iptables support from jamal
osdl.net!shemminger [Mon, 17 Jan 2005 23:26:23 +0000 (23:26 +0000)] 
Add tcp iptables support from jamal

BKrev: 41ec499fOfWc_lcD-40JCCVMDdt9sg

21 years agoImport patch iproute2.110
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:26:23 +0000 (23:26 +0000)] 
Import patch iproute2.110

(Logical change 1.112)

21 years agoInitial revision
net[shemminger]!shemminger [Mon, 17 Jan 2005 23:26:23 +0000 (23:26 +0000)] 
Initial revision

21 years agoMirror and redirect targets from Jamal.
osdl.net!shemminger [Wed, 8 Dec 2004 20:13:56 +0000 (20:13 +0000)] 
Mirror and redirect targets from Jamal.

BKrev: 41b76084dLQp1w4lbiSW3tCrqmTHvg

21 years agoImport patch mirred.patch
net[shemminger]!shemminger [Wed, 8 Dec 2004 20:13:56 +0000 (20:13 +0000)] 
Import patch mirred.patch

(Logical change 1.111)

21 years agoInitial revision
net[shemminger]!shemminger [Wed, 8 Dec 2004 20:13:56 +0000 (20:13 +0000)] 
Initial revision

21 years agoUpdate change log
osdl.net!shemminger [Wed, 8 Dec 2004 16:38:01 +0000 (16:38 +0000)] 
Update change log

2004/10/20 16:23:55-07:00 osdl.net!shemminger
ChangeLog:
  update for today's minor fixes.

BKrev: 41b72de9_Oa39ACUzWpYC1koixcYww

21 years agoUpdate change log
osdl.net!shemminger [Wed, 8 Dec 2004 16:38:01 +0000 (16:38 +0000)] 
Update change log

2004/10/20 16:23:42-07:00 osdl.net!shemminger
update for today's minor fixes.

(Logical change 1.110)

21 years agoUpdate patch log
osdl.net!shemminger [Tue, 7 Dec 2004 23:57:50 +0000 (23:57 +0000)] 
Update patch log

(Logical change 1.109)

21 years agoFix install issues with some versions of find.
osdl.net!shemminger [Tue, 7 Dec 2004 23:57:50 +0000 (23:57 +0000)] 
Fix install issues with some versions of find.

BKrev: 41b6437eMJZTbqEl9pZNAzKXzNIKDg

21 years agoFix install issues with some versions of find.
osdl.net!shemminger [Tue, 7 Dec 2004 23:57:50 +0000 (23:57 +0000)] 
Fix install issues with some versions of find.

(Logical change 1.109)

21 years agoiproute2: ndm states should be handled as flags
ch[shemminger]!tgraf [Tue, 7 Dec 2004 23:55:01 +0000 (23:55 +0000)] 
iproute2: ndm states should be handled as flags

(Logical change 1.108)

21 years ago[PATCH] iproute2: ndm states should be handled as flags
ch[shemminger]!tgraf [Tue, 7 Dec 2004 23:55:01 +0000 (23:55 +0000)] 
[PATCH] iproute2: ndm states should be handled as flags

Stephen,

ndm states are actually flags.

diff -Nru iproute2-2.6.9.orig/ip/ipneigh.c iproute2-2.6.9/ip/ipneigh.c

BKrev: 41b642d5NavG1_8-e0JUe7hLQJyxPg

21 years agoiproute2: gnet_stats
ch[shemminger]!tgraf [Tue, 7 Dec 2004 23:52:52 +0000 (23:52 +0000)] 
iproute2: gnet_stats

(Logical change 1.107)

21 years ago[PATCH] iproute2: gnet_stats
ch[shemminger]!tgraf [Tue, 7 Dec 2004 23:52:52 +0000 (23:52 +0000)] 
[PATCH] iproute2: gnet_stats

Stephen,

Here is the patch for iproute2 covering all statistic users. I moved the
dumping code to tc_util.c and introduced print_tcstats2_attr for new
code while print_tcstats_attr handles both.

I'm not sure whether you got my previous patch so this one includes
all changes.

diff -Nru iproute2-2.6.9.orig/include/linux/gen_stats.h iproute2-2.6.9/include/linux/gen_stats.h

BKrev: 41b64254aik4A5AzJx9FaXWWqIbHWg

21 years agoInitial revision
ch[shemminger]!tgraf [Tue, 7 Dec 2004 23:52:52 +0000 (23:52 +0000)] 
Initial revision

21 years agoAdd ip rule flush capabilty and fix all the prototype changes
osdl.net!shemminger [Tue, 7 Dec 2004 21:48:29 +0000 (21:48 +0000)] 
Add ip rule flush capabilty and fix all the prototype changes
because of that code rewrites the nlmsghdr.

BKrev: 41b6252dn40AGap1mBsy4vsbAFvVVg

21 years agoAdd ip rule flush capabilty and fix all the prototype changes
osdl.net!shemminger [Tue, 7 Dec 2004 21:48:29 +0000 (21:48 +0000)] 
Add ip rule flush capabilty and fix all the prototype changes
because of that code rewrites the nlmsghdr.

(Logical change 1.106)

21 years agoFix for older /usr/include headers.
osdl.net!shemminger [Wed, 20 Oct 2004 23:22:30 +0000 (23:22 +0000)] 
Fix for older /usr/include headers.

BKrev: 4176f336dI6rnUpw3XXPhUWYo8KteA

21 years agoFix for older /usr/include headers.
osdl.net!shemminger [Wed, 20 Oct 2004 23:22:30 +0000 (23:22 +0000)] 
Fix for older /usr/include headers.

(Logical change 1.105)

21 years agodon't need this either.
osdl.net!shemminger [Wed, 20 Oct 2004 16:17:13 +0000 (16:17 +0000)] 
don't need this either.

BKrev: 41768f89iKH9VZrW_ffBz_8ms8xuLg

21 years agodon't need this either.
osdl.net!shemminger [Wed, 20 Oct 2004 16:17:13 +0000 (16:17 +0000)] 
don't need this either.

(Logical change 1.104)

21 years agoDon't need this.
osdl.net!shemminger [Wed, 20 Oct 2004 16:12:49 +0000 (16:12 +0000)] 
Don't need this.

BKrev: 41768e81PFgAEfMmmHtlNc8daIuuxw

21 years agoDon't need this.
osdl.net!shemminger [Wed, 20 Oct 2004 16:12:49 +0000 (16:12 +0000)] 
Don't need this.

(Logical change 1.103)

21 years agoadd const to find_field
osdl.net!shemminger [Tue, 19 Oct 2004 20:47:13 +0000 (20:47 +0000)] 
add const to find_field

(Logical change 1.102)

21 years agoAdd const on strings and make sure not to crash v2_6_9-041019
osdl.net!shemminger [Tue, 19 Oct 2004 20:47:13 +0000 (20:47 +0000)] 
Add const on strings and make sure not to crash
when there is no slash in argv[0]

BKrev: 41757d51eQZXrsGnrlSDqsiG_5Wy5Q

21 years agoAdd const on strings and make sure not to crash
osdl.net!shemminger [Tue, 19 Oct 2004 20:47:13 +0000 (20:47 +0000)] 
Add const on strings and make sure not to crash
when there is no slash in argv[0]

(Logical change 1.102)

21 years agoMake sure we have sanatized headers that match 2.6.9
osdl.net!shemminger [Tue, 19 Oct 2004 20:35:34 +0000 (20:35 +0000)] 
Make sure we have sanatized headers that match 2.6.9

BKrev: 41757a96h0tGPzYZrehTj9v01r_TJw

21 years agoMake sure we have sanatized headers that match 2.6.9
osdl.net!shemminger [Tue, 19 Oct 2004 20:35:34 +0000 (20:35 +0000)] 
Make sure we have sanatized headers that match 2.6.9

(Logical change 1.101)

21 years agoSnapshot
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Snapshot

BKrev: 4175780fMAvb2te6Oz1HO1As0sYwJw

21 years agoSnapshot
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Snapshot

(Logical change 1.100)

21 years agoRename: misc/README.lnstat -> README.lnstat
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Rename: misc/README.lnstat -> README.lnstat

}(Logical change 1.100)

21 years agoRename: misc/README.lnstat -> README.lnstat
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Rename: misc/README.lnstat -> README.lnstat

(Logical change 1.100)

21 years agoDelete: iproute2/ip/xfrm_state.c
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Delete: iproute2/ip/xfrm_state.c

}(Logical change 1.100)

21 years agoDelete: iproute2/ip/xfrm_policy.c
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Delete: iproute2/ip/xfrm_policy.c

}(Logical change 1.100)

21 years agoDelete: iproute2/ip/xfrm.h
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Delete: iproute2/ip/xfrm.h

}(Logical change 1.100)

21 years agoDelete: iproute2/ip/ipxfrm.c
osdl.net!shemminger [Tue, 19 Oct 2004 20:24:47 +0000 (20:24 +0000)] 
Delete: iproute2/ip/ipxfrm.c

}(Logical change 1.100)

21 years agolnstat in Changelog
osdl.net!shemminger [Tue, 19 Oct 2004 20:22:15 +0000 (20:22 +0000)] 
lnstat in Changelog

BKrev: 41757777iSKOEaCLjaeEyfC3b2kKmA

21 years agolnstat in Changelog
osdl.net!shemminger [Tue, 19 Oct 2004 20:22:15 +0000 (20:22 +0000)] 
lnstat in Changelog

(Logical change 1.99)

21 years agoInitial revision
osdl.net!shemminger [Tue, 19 Oct 2004 20:21:14 +0000 (20:21 +0000)] 
Initial revision

21 years agoDelete: misc/rtstat.c
osdl.net!shemminger [Tue, 19 Oct 2004 20:21:14 +0000 (20:21 +0000)] 
Delete: misc/rtstat.c

}(Logical change 1.98)

21 years agoAdd lnstat to replace rtstat.
osdl.net!shemminger [Tue, 19 Oct 2004 20:21:14 +0000 (20:21 +0000)] 
Add lnstat to replace rtstat.

BKrev: 4175773aCLVEMazO7bWQ0J4ezAoYJA

21 years agoAdd lnstat to replace rtstat.
osdl.net!shemminger [Tue, 19 Oct 2004 20:21:14 +0000 (20:21 +0000)] 
Add lnstat to replace rtstat.

(Logical change 1.98)

21 years ago(Logical change 1.98)
osdl.net!shemminger [Tue, 19 Oct 2004 20:21:14 +0000 (20:21 +0000)] 
(Logical change 1.98)

21 years agoMake sure to prevent overflow in nstat
osdl.net!shemminger [Tue, 19 Oct 2004 20:02:59 +0000 (20:02 +0000)] 
Make sure to prevent overflow in nstat

BKrev: 417572f3bIsYnUxpxkYc7EX3rG2hJw

21 years agoMake sure to prevent overflow in nstat
osdl.net!shemminger [Tue, 19 Oct 2004 20:02:59 +0000 (20:02 +0000)] 
Make sure to prevent overflow in nstat

(Logical change 1.97)