Index: [Article Count Order] [Thread]

Date: Thu, 21 Jul 2005 13:35:57 +0900
From: Yukiyo Akisada <akisada@64translator.com>
Subject: [users:00079] Re: Help about DHCPv6_Solicit.Identifier
To: veeresh.wadageri@lgsoftindia.com
Cc: users@tahi.org
Message-Id: <20050721133557.44cc4cad.akisada@64translator.com>
In-Reply-To: <EC9E4C8E76FEF944B5C0711496A10728023F28EC@APPOLO.lgdomain.com>
References: <EC9E4C8E76FEF944B5C0711496A10728023F28EC@APPOLO.lgdomain.com>
X-Mail-Count: 00079

Hi, Veeresh.

On Fri, 24 Jun 2005 12:38:13 +0530
"Veeresh Wadageri" <veeresh.wadageri@lgsoftindia.com> wrote:

> Hi,
> 
> I am writing DHCPv6 script to test the DHCPv6 client.
> 
> When NUT sends the DHCPv6 Solicit Message to TN I need to know the
> Identifier (Transaction-ID),
> 
> Identifier value is the Part of DHCPv6 Solicit Message, I can access
> through as
> 
> $TRANS-ID
> =$ret{'Frame_Ether.Packet_IPv6.Upp_UDP.Udp_DHCPv6_Solicit.Identifier'};
> 
> Could you please help me How can I set this variable in the DHCPv6
> Advertise message before calling  vSend($IF,dhcp_advertise);

You can use vCPP() to set any value before send DHCP advertise.
ct-2.1.1.tar.gz is too old package, but it contains Prefix Delegation scripts.

Please serch vCPP() in ct-2.1.1/pd.
vCPP() is the interface like as Compiler Preprocessor.
It can apply standard macros to packet definition.

Regards,

------------------------------------------------------------------------
Yukiyo Akisada <akisada@64translator.com>