Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 350 for ebtables (0.2 sec)

  1. pkg/util/iptables/iptables.go

    }
    
    var iptablesNotFoundStrings = []string{
    	// iptables-legacy [-A|-I] BAD-CHAIN [...]
    	// iptables-legacy [-C|-D] GOOD-CHAIN [...non-matching rule...]
    	// iptables-legacy [-X|-F|-Z] BAD-CHAIN
    	// iptables-nft -X BAD-CHAIN
    	// NB: iptables-nft [-F|-Z] BAD-CHAIN exits with no error
    	"No chain/target/match by that name",
    
    	// iptables-legacy [...] -j BAD-CHAIN
    	// iptables-nft-1.8.0 [-A|-I] BAD-CHAIN [...]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
  2. cni/pkg/iptables/iptables.go

    // limitations under the License.
    
    package iptables
    
    import (
    	"errors"
    	"fmt"
    	"net/netip"
    	"strings"
    
    	"istio.io/istio/cni/pkg/ipset"
    	"istio.io/istio/cni/pkg/scopes"
    	"istio.io/istio/tools/istio-iptables/pkg/builder"
    	iptablesconfig "istio.io/istio/tools/istio-iptables/pkg/config"
    	iptablesconstants "istio.io/istio/tools/istio-iptables/pkg/constants"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/Tables.java

     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#tables">{@code Tables}</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
     * @since 7.0
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public final class Tables {
      private Tables() {}
    
      /**
       * Returns a {@link Collector} that accumulates elements into a {@code Table} created using the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  4. pkg/proxy/apis/config/types.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    )
    
    // KubeProxyIPTablesConfiguration contains iptables-related configuration
    // details for the Kubernetes proxy server.
    type KubeProxyIPTablesConfiguration struct {
    	// masqueradeBit is the bit of the iptables fwmark space to use for SNAT if using
    	// the iptables or ipvs proxy mode. Values must be within the range [0, 31].
    	MasqueradeBit *int32
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  5. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                      all iptables state to ensure that no other process has accidentally
                      broken Calico’s rules. Set to 0 to disable iptables refresh. [Default:
                      90s]'
                    type: string
                  iptablesBackend:
                    description: IptablesBackend specifies which backend of iptables will
                      be used. The default is legacy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
  6. cmd/kube-proxy/app/server_linux.go

    			proxier, err = iptables.NewProxier(
    				ctx,
    				s.PrimaryIPFamily,
    				iptInterface,
    				utilsysctl.New(),
    				exec.New(),
    				config.IPTables.SyncPeriod.Duration,
    				config.IPTables.MinSyncPeriod.Duration,
    				config.IPTables.MasqueradeAll,
    				*config.IPTables.LocalhostNodePorts,
    				int(*config.IPTables.MasqueradeBit),
    				localDetectors[s.PrimaryIPFamily],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  7. pkg/util/iptables/testing/parse.go

    	"strings"
    
    	"k8s.io/kubernetes/pkg/util/iptables"
    )
    
    // IPTablesDump represents a parsed IPTables rules dump (ie, the output of
    // "iptables-save" or input to "iptables-restore")
    type IPTablesDump struct {
    	Tables []Table
    }
    
    // Table represents an IPTables table
    type Table struct {
    	Name   iptables.Table
    	Chains []Chain
    }
    
    // Chain represents an IPTables chain
    type Chain struct {
    	Name    iptables.Chain
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  8. pkg/proxy/metrics/metrics.go

    		},
    	)
    
    	// IPTablesRulesTotal is the total number of iptables rules that the iptables
    	// proxy has installed.
    	IPTablesRulesTotal = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    			Subsystem:      kubeProxySubsystem,
    			Name:           "sync_proxy_rules_iptables_total",
    			Help:           "Total number of iptables rules owned by kube-proxy",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"table"},
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/language/tables.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    package language
    
    // CLDRVersion is the CLDR version from which the tables in this package are derived.
    const CLDRVersion = "32"
    
    const (
    	_de  = 269
    	_en  = 313
    	_fr  = 350
    	_it  = 505
    	_mo  = 784
    	_no  = 879
    	_nb  = 839
    	_pt  = 960
    	_sh  = 1031
    	_mul = 806
    	_und = 0
    )
    const (
    	_001 = 1
    	_419 = 31
    	_BR  = 65
    	_CA  = 73
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/internal/language/compact/tables.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    package compact
    
    import "golang.org/x/text/internal/language"
    
    // CLDRVersion is the CLDR version from which the tables in this package are derived.
    const CLDRVersion = "32"
    
    // NumCompactTags is the number of common tags. The maximum tag is
    // NumCompactTags-1.
    const NumCompactTags = 775
    const (
    	undIndex          ID = 0
    	afIndex           ID = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 31.4K bytes
    - Viewed (0)
Back to top