On Wed, Apr 23, 2003 at 05:15:06PM +0200, Scott A. McIntyre wrote:
> Nice trick -- will that also work for vlans? That is <ge-*.56> to match
> any GigE interface that has vlan 56 defined within?
Yes, but different syntax:
groups {
interface-defaults {
interfaces {
<ge-*> {
unit <56> {
....
}
}
}
}
}
Best regards,
Daniel