2000-08-21  Marko Myllynen  <myllynen@lut.fi>

	* inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
This commit is contained in:
Ulrich Drepper 2000-08-21 19:15:14 +00:00
parent fb7268b292
commit 959eb65d0d
4 changed files with 10943 additions and 1499 deletions

View File

@ -1,3 +1,7 @@
2000-08-21 Marko Myllynen <myllynen@lut.fi>
* inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
2000-08-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error

View File

@ -232,5 +232,23 @@ struct nd_opt_mtu /* MTU option */
uint32_t nd_opt_mtu_mtu;
};
/* Mobile IPv6 extension: Advertisement Interval. */
struct nd_opt_adv_interval
{
uint8_t nd_opt_adv_interval_type;
uint8_t nd_opt_adv_interval_len;
uint16_t nd_opt_adv_interval_reserved;
uint32_t nd_opt_adv_interval_ival;
};
/* Mobile IPv6 extension: Home Agent Info. */
struct nd_opt_home_agent_info
{
uint8_t nd_opt_home_agent_info_type;
uint8_t nd_opt_home_agent_info_len;
uint16_t nd_opt_home_agent_info_reserved;
int16_t nd_opt_home_agent_info_preference;
uint16_t nd_opt_home_agent_info_lifetime;
};
#endif /* netinet/icmpv6.h */

View File

@ -1,5 +1,9 @@
2000-08-21 Ulrich Drepper <drepper@redhat.com>
* locales/ko_KR: Updated for glibc 2.2.
Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
* SUPPORTED: Add ko_KR.
* locales/de_BE@euro: New file.
* locales/eu_ES@euro: New file.
* locales/ga_IE@euro: New file.

File diff suppressed because it is too large Load Diff