[Click] Compound Elements and Parameter

Antonino Raucea antonino.raucea at fipavcatania.it
Tue Mar 16 15:29:35 EST 2004


elementclass Test{

 NA :: IP6NDAdvertiser(
  3ffe:0:0:5::/64  00:01:02:03:04:05,
  3ffe:0:0:6::/64  00:01:02:03:04:05
 );
}

I would like to use a parameter to the place of the element's configuration,
but I don't know how to do
my idea

elementclass Test{
$conf |
 NA :: IP6NDAdvertiser($conf);
}

T :: Test(  
    3ffe:0:0:5::/64  00:01:02:03:04:05,
    3ffe:0:0:6::/64  00:01:02:03:04:05
);

Excuse me for my bad english :) but I have need this information
Antonino Raucea

 


More information about the click mailing list