Updates an existing network route in a SIS RA entity.
The SIS RA entity to manage to is specified by the enclosing
sis-management element.
For example:
<sis-management raentity="foo">
<updatenetworkroute type="IN" position="0" newPosition="3"/>
</sis-management>
This task invokes operations on the
NetworkRouteMBean MBean
representing the network route.
Ant Parameters
| Attribute |
Description |
Required |
| type |
The type of network interface. Must be one of the possible NetworkInterfaceType values (case-insensitive): IN or SIP. |
Yes. |
| position |
The position in the current route list in which to update.
| Yes. |
| rule |
The rule to match for this route to be selected. |
No. |
| interface |
The name of the network interface to be used if this route is selected. |
No. |
| newPosition |
The new position to move the route to. |
No. |
| failonerror |
Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. |
No. Default is inherited from the enclosing SISManagementTask. |