Print this page
    
OS-2952 lx brand needs to support or emulate rtnetlink(7)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/cmd/cmd-inet/etc/sock2path.d/system%2Fkernel
          +++ new/usr/src/cmd/cmd-inet/etc/sock2path.d/system%2Fkernel
   1    1  # CDDL HEADER START
   2    2  #
   3    3  # The contents of this file are subject to the terms of the
   4    4  # Common Development and Distribution License (the "License").
   5    5  # You may not use this file except in compliance with the License.
   6    6  #
   7    7  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8    8  # or http://www.opensolaris.org/os/licensing.
   9    9  # See the License for the specific language governing permissions
  10   10  # and limitations under the License.
  
    | 
      ↓ open down ↓ | 
    10 lines elided | 
    
      ↑ open up ↑ | 
  
  11   11  #
  12   12  # When distributing Covered Code, include this CDDL HEADER in each
  13   13  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  # If applicable, add the following below this CDDL HEADER, with the
  15   15  # fields enclosed by brackets "[]" replaced with your own identifying
  16   16  # information: Portions Copyright [yyyy] [name of copyright owner]
  17   17  #
  18   18  # CDDL HEADER END
  19   19  #
  20   20  # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
       21 +# Copyright (c) 2014, Joyent, Inc. All rights reserved.
  21   22  #
  22   23  # socket configuration information
  23   24  #
  24   25  #     Family   Type  Protocol   Dev|Module
  25   26          2       2       0       tcp
  26   27          2       2       6       tcp
  27   28  
  28   29          26      2       0       tcp
  29   30          26      2       6       tcp
  30   31  
  31   32          2       1       0       udp
  32   33          2       1       17      udp
  33   34  
  34   35          26      1       0       udp
  35   36          26      1       17      udp
  36   37  
  37   38          1       2       0       /dev/ticotsord
  38   39          1       6       0       /dev/ticotsord
  39   40          1       1       0       /dev/ticlts
  40   41  
  41   42          2       4       0       icmp
  42   43          26      4       0       icmp
  43   44  
  44   45          2       2       132     socksctp
  
    | 
      ↓ open down ↓ | 
    14 lines elided | 
    
      ↑ open up ↑ | 
  
  45   46          26      2       132     socksctp
  46   47          2       6       132     socksctp
  47   48          26      6       132     socksctp
  48   49  
  49   50          24      4       0       rts
  50   51  
  51   52          27      4       2       /dev/keysock
  52   53          29      4       1       /dev/spdsock
  53   54  
  54   55          31      1       0       trill
       56 +
       57 +        33      1       0       lx_netlink
       58 +        33      4       0       lx_netlink
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX