Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for iproute2 (0.35 sec)

  1. docker/Dockerfile.base

    # sudo apt-get update && apt-get whichever
    
    # hadolint ignore=DL3005,DL3008
    RUN apt-get update && \
      apt-get install --no-install-recommends -y \
      ca-certificates \
      curl \
      iptables \
      iproute2 \
      iputils-ping \
      knot-dnsutils \
      netcat-openbsd \
      tcpdump \
      conntrack \
      bsdmainutils \
      net-tools \
      lsof \
      sudo \
      && update-ca-certificates \
      && apt-get upgrade -y \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 18:50:51 UTC 2024
    - 1000 bytes
    - Viewed (0)
  2. pkg/test/echo/docker/Dockerfile.app_sidecar_base

    # sudo apt-get update && apt-get whichever
    
    # hadolint ignore=DL3005,DL3008
    RUN apt-get update && \
        apt-get install --no-install-recommends -y \
        ca-certificates \
        curl \
        iptables \
        iproute2 \
        iputils-ping \
        knot-dnsutils \
        netcat-openbsd \
        tcpdump \
        conntrack \
        bsdmainutils \
        net-tools \
        lsof \
        sudo \
        && apt-get upgrade -y \
        && apt-get clean \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 22:55:51 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. tools/packaging/packaging.mk

    		--after-install tools/packaging/postinst.sh \
    		--config-files /var/lib/istio/envoy/envoy_bootstrap_tmpl.json \
    		--config-files /var/lib/istio/envoy/sidecar.env \
    		--description "Istio Sidecar" \
    		--depends iproute2 \
    		--depends iptables \
    		--depends sudo \
    		--depends hostname \
    		$(DEB_COMPRESSION) \
    		$(SIDECAR_FILES)
    
    .PHONY: \
    	deb \
    	deb/fpm \
    	rpm/fpm \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 06 19:54:32 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. hack/lib/etcd.sh

        kube::log::info "You can use 'hack/install-etcd.sh' to install a copy in third_party/."
        exit 1
      }
    
      # validate etcd port is free
      local port_check_command
      if command -v ss &> /dev/null && ss -Version | grep 'iproute2' &> /dev/null; then
        port_check_command="ss"
      elif command -v netstat &>/dev/null; then
        port_check_command="netstat"
      else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. build/common.sh

        return 1
      fi
    }
    
    function kube::build::has_docker() {
      which docker &> /dev/null
    }
    
    function kube::build::has_ip() {
      which ip &> /dev/null && ip -Version | grep 'iproute2' &> /dev/null
    }
    
    # Detect if a specific image exists
    #
    # $1 - image repo name
    # $2 - image tag
    function kube::build::docker_image_exists() {
      [[ -n $1 && -n $2 ]] || {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  6. pkg/test/echo/docker/Dockerfile.app_sidecar_base_centos

    ARG VM_IMAGE_NAME=rockylinux
    ARG VM_IMAGE_VERSION=9
    FROM ${VM_IMAGE_NAME}:${VM_IMAGE_VERSION}
    
    # hadolint ignore=DL3005,DL3008,DL3033
    RUN yum install -y \
        iptables \
        iproute \
        sudo \
        nmap-ncat \
        tcpdump \
        procps \
        conntrack \
        net-tools \
        ca-certificates \
        && update-ca-trust \
        && yum clean all \
        && rm -rf /var/cache/yum
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 22:55:51 UTC 2024
    - 568 bytes
    - Viewed (0)
  7. src/net/ipsock_plan9.go

    // probe probes IPv4, IPv6 and IPv4-mapped IPv6 communication
    // capabilities.
    //
    // Plan 9 uses IPv6 natively, see ip(3).
    func (p *ipStackCapabilities) probe() {
    	p.ipv4Enabled = probe(netdir+"/iproute", "4i")
    	p.ipv6Enabled = probe(netdir+"/iproute", "6i")
    	if p.ipv4Enabled && p.ipv6Enabled {
    		p.ipv4MappedIPv6Enabled = true
    	}
    }
    
    func probe(filename, query string) bool {
    	var file *file
    	var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 20:38:53 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  8. tests/testdata/config/rule-websocket-route.yaml

              subset: v1
              port:
                number: 9002
          websocketUpgrade: true
    
    ---
    
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: websocket-route2
      namespace: testns
    spec:
      hosts:
        - websocket2.extsvc.com
      http:
        - match:
          - headers:
              testwebsocket:
                exact: enabled
          route:
          - destination:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.4K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    							Name: "test.com",
    							Route: &networking.EnvoyFilter_RouteConfigurationMatch_RouteMatch{
    								Name: "route2.0",
    							},
    						},
    					},
    				},
    			},
    			Patch: &networking.EnvoyFilter_Patch{
    				Operation: networking.EnvoyFilter_Patch_INSERT_AFTER,
    				Value:     buildPatchStruct(`{"name": "route2.5"}`),
    			},
    		},
    		{
    			ApplyTo: networking.EnvoyFilter_HTTP_ROUTE,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.17.md

    - hyperkube: Use debian-hyperkube-base@v1.1.1 image
      
        Includes iproute2 to fix a regression in hyperkube images
        when using hyperkube as a kubelet ([#92625](https://github.com/kubernetes/kubernetes/pull/92625), [@justaugustus](https://github.com/justaugustus)) [SIG Cluster Lifecycle, Network and Release]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
Back to top