Print this page
Clearview IPMP manpages

Split Close
Expand all
Collapse all
          --- old/./route.7p.txt
          +++ new/./route.7p.txt
↓ open down ↓ 159 lines elided ↑ open up ↑
 160  160  
 161  161  
 162  162       A process may avoid the expense of reading  replies  to  its
 163  163       own  messages by issuing a setsockopt(3SOCKET) call indicat-
 164  164       ing that the SO_USELOOPBACK option at the  SOL_SOCKET  level
 165  165       is  to be turned off. A process may ignore all messages from
 166  166       the routing socket by doing a  shutdown(3SOCKET) system call
 167  167       for further input.
 168  168  
 169  169  
      170 +     By  default, underlying IP interfaces  in  an IPMP group are
      171 +     not visible  to  routing sockets.  As  such, routing sockets
      172 +     will not receive events related  to underlying IP interfaces
      173 +     in an IPMP group.  For consistency,  when an IP interface is
      174 +     placed into an IPMP   group, *RTM_DELADDR* messages  will be
      175 +     generated for each  of the *IFF_UP*  addresses that are  not
      176 +     migrated to the    corresponding IPMP IP interface,   and an
      177 +     *RTM_IFINFO*  message will    be  sent indicating that   the
      178 +     interface  is   now down.    Similarly, when   an underlying
      179 +     interface is removed   from an IPMP   group, an *RTM_IFINFO*
      180 +     message will be sent indicating  that the interface is again
      181 +     up, and *RTM_NEWADDR*  messages will  be generated for  each
      182 +     *IFF_UP* address found on the interface.
      183 +
      184 +
      185 +     The *RT_AWARE* socket option at the *SOL_ROUTE* level allows
      186 +     an application    to  indicate  its  awareness   of  certain
      187 +     features, which  controls  routing   socket  behavior.   The
      188 +     supported values are:
      189 +
      190 +        *RTAW_DEFAULT*    Default awareness.
      191 +
      192 +        *RTAW_UNDER_IPMP* IPMP  underlying  interface  awareness.
      193 +                          When  this is  enabled, underlying   IP
      194 +                          interfaces in an IPMP group will remain
      195 +                          visible to     the routing  socket  and
      196 +                          events related to them will continue to
      197 +                          be generated.
      198 +
      199 +
      200 +     An *RTM_ADD* request tied  to an underlying IP  interface in
      201 +     an IPMP group will be translated to an *RTM_ADD* request for
      202 +     its corresponding  IPMP IP  interface.   All routing  socket
      203 +     requests other than  *RTM_ADD* and *RTM_GET* will  fail when
      204 +     issued on an underlying IP interface in an IPMP group.
      205 +
      206 +
 170  207       If a route is in use when it is deleted, the  routing  entry
 171  208       is  marked  down and removed from the routing table, but the
 172  209       resources associated with it are  not  reclaimed  until  all
 173  210       references to it are released.
 174  211  
 175  212  
 176  213       The RTM_IFINFO, RTM_NEWADDR, and RTM_ADD messages associated
 177  214       with  interface  configuration  (setting the IFF_UP bit) are
 178  215       normally delayed until  after  Duplicate  Address  Detection
 179  216       completes.  Thus, applications that configure interfaces and
↓ open down ↓ 148 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX