From: SANKY on
Hi,

I need the regexp for parsing IPV6 addresses in any string of format
say:

"machine: linux ip address: BBBB::DDDD"

The regexp should be generic to include all sort of ipv6 addresses.

Also more importantly one more thing is i need some function to
validate if a given input is a valid ipv6 address.

Thanks a lot in advance....
From: David Gravereaux on
this might help: http://tcllib.sourceforge.net/doc/tcllib_ip.html

--


From: SANKY on
Hi,

Many thnks howevr i need a program since i could not use the tcllib as
its to be done in a router which has only minimal tcl.
From: David Gravereaux on
SANKY wrote:
> Hi,
>
> Many thnks howevr i need a program since i could not use the tcllib as
> its to be done in a router which has only minimal tcl.

maybe copy the routines?

--


From: SANKY on
thnkx wil chk it.... :)