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
↓ 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  
↓ 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