Displaying 5 results from an estimated 5 matches for "masahid".
Did you mean:
masahide
2006 Dec 14
1
[announce] iproute2 2.6.19-061214
...ntroller support for new features exposed
clarify "ok" and "pass"
Fix missing class/flowid oddity
Mention need for db dev package
update xfrm async events
make muticast group to bitmask conversion generic
update xfrm monitoring to use nl_mgrp
Masahide NAKAMURA:
ADDR: Fix print format for lifetimes.
ADDR: Enable to add IPv6 address with valid/preferred lifetime.
ADDR: Define 0xFFFFFFFFU as INFINITY_LIFE_TIME regarding to the kernel.
TUNNEL: Split common functions to export them.
TUNNEL: Import ip6tunnel.c.
TUN...
2005 Apr 01
0
[ANNOUNCE] iproute2 2.6.11-050330
...n''t call ll_init_map in mirred
[Thomas Graf]
* Warn about wildcard deletions and provide IFA_ADDRESS upon
deletions to enforce prefix length validation for IPv4.
* Fix netlink message alignment when the last routing attribute added
has a data length not aligned to RTA_ALIGNTO.
[Masahide NAKAMURA]
* ipv6 xfrm allocspi and monitor support.
[Stephen Hemminger]
* include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
because it isn''t needed and not on all systems
* Update rtnetlink.h and pkt_cls.h to be stripped versions
of headers from 2.6.12-rc1
* s...
2005 Jun 07
0
[ANNOUNCE] iproute2-ss050607
...rking on other things so changes are small.
http://developer.osdl.org/dev/iproute2/download/iproute2-ss050607.tar.gz
Stephen Hemminger
* Fix ''ip link'' map to handle case where device gets autoloaded
by using if_nametoindex as fallback
* Device indices are unsigned not int.
Masahide NAKAMURA
* [ip] show timestamp when using ''-t'' option.
* [ip] remove duplicated code for expired message of xfrm.
* [ip] add "deleteall" command for xfrm;
"flush" uses kernel''s flush interface and
"deleteall" uses legacy iproute2...
2005 Jan 12
0
Test version of iproute2
There is an new version of iproute2 for testing.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050112.tar.gz
Mostly simple merges, but could have some issues.
Jamal did I get everything you sent?
[Masahide Nakamura]
ipmonitor shows IPv6 prefix list notification
update to iproute2 xfrm for ipv6
[Stephen Hemminger]
fix compile warnings when building 64bit system
don''t include <asm/byteorder.h>
warning about "ip route nat" no longer supported
[Catalin(ux aka Dino) BOIE...
2005 Nov 08
6
[ANNOUNCE] iproute2 2.6.14-051107
...oute2 is available. Most of the changes were to repair the
things that broke with the introduction of the batch mode to the ip command.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz
For info on CVS ans other info see:
http://linux-net.osdl.org/index.php/Iproute2
Masahide NAKAMURA
* Updating for 2.6.14
- Show UPD{SA,POLICY} message information from kernel instead of error
- Add lengh check of deleting message from kernel
- Use macro for struct xfrm_user{sa,policy}_id
* Minor fix:
- Add fflush at the end of normal dump...