IPv6 CARE 2.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News IPv6 CARE 2.1 (Default branch)
# 1  
Old 01-28-2009
IPv6 CARE 2.1 (Default branch)

ImageIPv6 CARE, the "IPv6 Compliance Automatic RuntimeExperiment", is a tool for diagnosing the IPv6compliance of programs while they are running. Itdetects non-IPv6-compliant function calls, likegethostbyname(), and generates diagnosisinformation accordingly.License: The Apache License 2.0Changes:
Handling of sub-processes. The diagnosis location is also shown in 'ipv6_care shell'. Port numbers are displayed in the log file. A 'full_command_line' file has been added. README and LICENSE files have been added to the packages. One compilation warning seen on recent compilers has been suppressed. The documentation has been updated. Development status has been set to 'stable'.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Assigning ipv6 to bonding interface - getting old as well as changed ipv6 in ifconfig output

Hi, I have created a bonding bond1 interface with 6 Eth , mode=4. Recently i have changed my old ipv6 to new one and tried to restart as well as reload network service. Post which i can see old as well as changed ipv6 in ifconfig command output. Below are few files and command output for your... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies

2. UNIX for Dummies Questions & Answers

SAN and Disk I/O ... do we care?

Hi all, My main function is as a DBA. Another person manages the server and the SAN. I just want to know if I should be worried about high disk I/O or is it irrelevant as the I/O "load balancing" will be "taken care" of by the SAN? For example, I have hdisk1-5 and I can see that there are... (2 Replies)
Discussion started by: newbie_01
2 Replies

3. Programming

from where do i start? is there anything i should take care?

now i am going to read sourcecode of some software. Where should i start from? what should i take care of ? thanks ! (5 Replies)
Discussion started by: Pirlo
5 Replies
Login or Register to Ask a Question
protocols(4)							   File Formats 						      protocols(4)

NAME
protocols - protocol name database SYNOPSIS
/etc/inet/protocols /etc/protocols DESCRIPTION
The protocols file is a local source of information regarding the known protocols used in the DARPA Internet. The protocols file can be used in conjunction with or instead of other protocols sources, including the NIS maps ``protcols.byname'' and "protocols.bynumber" and the NIS+ table ``protocols''. Programs use the getprotobyname(3SOCKET) routine to access this information. The protocols file has one line for each protocol. The line has the following format: official-protocol-name protocol-number aliases Items are separated by any number of blanks and/or <TAB> characters. A `#' indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file. Protocol names may contain any printable character other than a field delimiter, <NEWLINE>, or comment character. EXAMPLES
Example 1: A Sample Database The following is a sample database: # # Internet (IP) protocols # ip 0 IP # internet protocol, pseudo protocol number icmp 1 ICMP # internet control message protocol ggp 3 GGP # gateway-gateway protocol tcp 6 TCP # transmission control protocol egp 8 EGP # exterior gateway protocol pup 12 PUP # PARC universal packet protocol udp 17 UDP # user datagram protocol # # Internet (IPv6) extension headers # hopopt 0 HOPOPT # Hop-by-hop options for IPv6 ipv6 41 IPv6 # IPv6 in IP encapsulation ipv6-route 43 IPv6-Route # Routing header for IPv6 ipv6-frag 44 IPv6-Frag # Fragment header for IPv6 esp 50 ESP # Encap Security Payload for IPv6 ah 51 AH # Authentication Header for IPv6 ipv6-icmp 58 IPv6-ICMP # IPv6 internet control message protocol ipv6-nonxt 59 IPv6-NoNxt # No next header extension header for IPv6 ipv6-opts 60 IPv6-Opts # Destination Options for IPv6 FILES
/etc/nsswitch.conf configuration file for name-service switch SEE ALSO
getprotobyname(3SOCKET), nsswitch.conf(4) NOTES
/etc/inet/protocols is the official SVR4 name of the protocols file. The symbolic link /etc/protocols exists for BSD compatibility. SunOS 5.10 13 Jun 2002 protocols(4)