Print this page
OS-7667 IPFilter needs to keep and report state for cloud firewall logging
Portions contributed by: Mike Gerdts <mike.gerdts@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/ipf/ipf.global-objs.debug64
          +++ new/usr/src/uts/intel/ipf/ipf.global-objs.debug64
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# Copyright 2018 Joyent, Inc. All rights reserved
       25 +# Copyright 2019 Joyent, Inc.
  26   26  #
  27   27  
       28 +cfw_evdrops
       29 +cfw_evreports
       30 +cfw_ring
       31 +cfw_ringcv
       32 +cfw_ringend
       33 +cfw_ringfull
       34 +cfw_ringlock
       35 +cfw_ringmask
       36 +cfw_ringsize
       37 +cfw_ringstart
       38 +cfw_timeout_tries
       39 +cfw_timeout_wait
  28   40  fr_availfuncs
  29   41  fr_features
  30   42  fr_objbytes
  31   43  hdrsizes
  32   44  hook_viona_in
  33   45  hook_viona_in_gz
  34   46  hook_viona_out
  35   47  hook_viona_out_gz
  36   48  hook4_in
  37   49  hook4_in_gz
↓ open down ↓ 23 lines elided ↑ open up ↑
  61   73  hook6_vnd_in_gz
  62   74  hook6_vnd_out
  63   75  hook6_vnd_out_gz
  64   76  icmpreplytype4
  65   77  icmpreplytype6
  66   78  icmptoicmp6types
  67   79  icmptoicmp6unreach
  68   80  idletime_tab
  69   81  ip6exthdr
  70   82  ipf_cb_ops
       83 +ipf_cfwlog_enabled
  71   84  ipf_dev_info
  72   85  ipf_devfiles
  73   86  ipf_eth_bcast_addr
  74   87  ipf_eth_ipv4_mcast
  75   88  ipf_eth_ipv6_mcast
  76   89  ipf_kstat_tmp
  77   90  ipf_minor
  78   91  ipf_ops
  79   92  ipf_proxy_debug
  80   93  ipf_stack_lock
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX