go.ligato.io/vpp-agent/v3@v3.5.0/plugins/linux/iptablesplugin/linux-iptablesplugin.conf (about)

     1  # Used to disable linux iptablesplugin. Turned off by default.
     2  disabled: false
     3  
     4  # How many go routines (at most) will split configured network namespaces to execute
     5  # the Retrieve operation in parallel.
     6  go-routines-count: 10
     7  
     8  handler:
     9      # Minimal rule count needed to perform alternative rule additions by creating RuleChain.
    10      # Alternative method is based on exporting iptables data(iptables-save), adding rules
    11      # into that exported data and import them back (iptables-restore). This can very efficient
    12      # in case of filling many rules at once.
    13      # By default off (rule count to activate alternative method is super high and therefore
    14      # practically turned off)
    15      min-rule-count-for-performance-rule-addition: 2147483647