Commit Graph

765 Commits

Author SHA1 Message Date
5!tgraf
753fca4f54 parse_rtattr_nested macro to parse nested TLVs
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
5!tgraf
021ed13fdc Use parse_rtattr_nested
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
4!tgraf
3b3ecd31c1 Use parse_rtattr_nested
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
3!tgraf
5cb5ee34d3 Use parse_rtattr_nested
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
2!tgraf
ca96957c42 tb buffer initialization is now done in the parser
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
2!tgraf
7893400077 Use parse_rtattr_nested
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
14!tgraf
7d69fd97ec Use parse_rtattr_nested
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
122!tgraf
c3ab2d692d 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
2005-01-18 22:11:58 +00:00
12!tgraf
bcf3281961 Use tb[type] access to TLVs
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
12!tgraf
2534613eeb Switch to parse_rtattr and use XFRMA_MAX directly instead of a easly
forgetable magic define

(Logical change 1.129)
2005-01-18 22:11:58 +00:00
11!tgraf
ebb4e4376a tb buffer initialization is now done in the parser
(Logical change 1.129)
2005-01-18 22:11:58 +00:00
6!tgraf
07f9436201 Use NLMSG_TAIL and add addraw_l
(Logical change 1.128)
2005-01-18 13:58:49 +00:00
5!tgraf
a10ab08b00 addraw_l prototype
(Logical change 1.128)
2005-01-18 13:58:49 +00:00
122!tgraf
d815b5d619 Adds addraw_l to add data to a netlink message without prefixing it with a RTA header
BKrev: 41ed16199Yori8yxT7uk1DQFZwWzgw
2005-01-18 13:58:49 +00:00
8!tgraf
4a86fe19bc Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
6!tgraf
1b52a7622e Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
5!tgraf
034102f258 Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
5!tgraf
370d67ba56 Add NLMSG_TAIL macro pointing to the tail of a netlink message
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
4!tgraf
228569c3ff Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
3!tgraf
60a383ae5f Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
2!tgraf
fc78a8e98d Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
17!tgraf
1a1d22a722 Use NLMSG_TAIL
(Logical change 1.127)
2005-01-18 01:24:18 +00:00
122!tgraf
95cd9a07a6 Transform rta_len calculations for nested TLVs to use NLMSG_TAIL
macro to simply code a lot.

BKrev: 41ec6542j4hTerR-Y2sAx-8Sm_KLSQ
2005-01-18 01:24:18 +00:00
2!tgraf
3866d4643e Give pedit kind size a name
(Logical change 1.126)
2005-01-18 00:17:27 +00:00
2!tgraf
6107d297ac Avoid using magic number
(Logical change 1.126)
2005-01-18 00:17:27 +00:00
122!tgraf
7a0503626b Avoid magic number for pedit kind size uses
BKrev: 41ec5597F_Owr1FFm8Sv0bj2bzKzwg
2005-01-18 00:17:27 +00:00
8!tgraf
cda4026c7f move dl body cache into get_action_kind
(Logical change 1.125)
2005-01-18 00:09:02 +00:00
2!tgraf
fe102f610a move dl body cache into get_pedit_kind
(Logical change 1.125)
2005-01-18 00:09:02 +00:00
122!tgraf
cc682e192c make dl body caches static
BKrev: 41ec539eMKEnSNCFZJ5YRTevByYIYw
2005-01-18 00:09:02 +00:00
osdl.net!shemminger
a721bd6cd7 Jamal: add pedit support
BKrev: 41ec4b23AMaHrnilchuUUo7n8oBaNA
2005-01-17 23:32:51 +00:00
net[shemminger]!shemminger
7e7c737245 Import patch iproute2.121
(Logical change 1.124)
2005-01-17 23:32:51 +00:00
net[shemminger]!shemminger
73602d6604 Initial revision 2005-01-17 23:32:51 +00:00
osdl.net!shemminger
288c82050e 2005-01-13 Jim Gifford <lfs@jg555.com>
Fix allocation size error in nomal and paretonormal generation
 programs.

BKrev: 41ec4afbeY2UDaVNyIWELShN9WNVPw
2005-01-17 23:32:11 +00:00
net[shemminger]!shemminger
de5c62a901 Import patch iproute2.121
(Logical change 1.123)
2005-01-17 23:32:11 +00:00
osdl.net!shemminger
588bc7b7f9 Mark snapshot
BKrev: 41ec4aabx5FDHfzMWeUZK_zFNjEZgw
2005-01-17 23:30:51 +00:00
net[shemminger]!shemminger
1a58cda483 Import patch iproute2.120
(Logical change 1.122)
2005-01-17 23:30:51 +00:00
osdl.net!shemminger
73cfc5ce88 Ipv6 updates to changelog
BKrev: 41ec4aa1y_9w3uPCyewGC8veiRnKRg
2005-01-17 23:30:41 +00:00
net[shemminger]!shemminger
d71443ad9c Import patch iproute2.119
(Logical change 1.121)
2005-01-17 23:30:41 +00:00
osdl.net!shemminger
71c7173164 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
2005-01-17 23:30:18 +00:00
net[shemminger]!shemminger
1cb54e5806 Import patch iproute2.118
(Logical change 1.120)
2005-01-17 23:30:18 +00:00
osdl.net!shemminger
ab3887d6c9 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
2005-01-17 23:29:39 +00:00
net[shemminger]!shemminger
eaa34ee35d Import patch iproute2.117
(Logical change 1.119)
2005-01-17 23:29:39 +00:00
osdl.net!shemminger
eba4185d18 Fix warnings on 64bit compile
BKrev: 41ec4a106wYMzqmOkgqhFo5rFDZWBg
2005-01-17 23:28:16 +00:00
net[shemminger]!shemminger
b906243b62 Import patch iproute2.116
(Logical change 1.118)
2005-01-17 23:28:16 +00:00
osdl.net!shemminger
11dc230005 Add fwmark on filters from Dino
BKrev: 41ec49fcBqx5WbSqQSkw3RCMirZuFg
2005-01-17 23:27:56 +00:00
net[shemminger]!shemminger
6f0ba88be0 Import patch iproute2.115
(Logical change 1.117)
2005-01-17 23:27:56 +00:00
osdl.net!shemminger
e4451aed21 Netlink man page
BKrev: 41ec49e9WwzfueOaWBobyAjniEs8gA
2005-01-17 23:27:37 +00:00
net[shemminger]!shemminger
85ac60ce41 Import patch iproute2.114
(Logical change 1.116)
2005-01-17 23:27:37 +00:00
osdl.net!shemminger
5f39b8da39 Ip route nat no longer supported so warn
BKrev: 41ec49dbEKu1rtaCiIsU5gxEsJkt2A
2005-01-17 23:27:23 +00:00
net[shemminger]!shemminger
526afe4008 Import patch iproute2.113
(Logical change 1.115)
2005-01-17 23:27:23 +00:00