[Xorp-users] HEADS UP: XORP configuration syntax changes

Pavlin Radoslavov pavlin@icir.org
Mon, 27 Mar 2006 00:42:45 -0800


All,

As of today, there are few changes in the XORP configuration syntax
in XORP-current, and those changes will be in the next XORP-1.3
release as well.

The changes are:
 * Deprecate the following statements for configuring static routes:
     route4
     route6
     interface-route4
     interface-route6
     mrib-route4
     mrib-route6
     mrib-interface-route4
     mrib-interface-route6

  The new replacement statements are:
    route
    interface-route
    mrib-route
    mrib-interface-route

  Each of the new statements can be used to configure either IPv4Net
  or IPv6Net route.

Please let us know if you find any problems because of the above
change.

Thank you,
The XORP Team