1. 10 Dec, 2014 4 commits
  2. 05 Dec, 2014 2 commits
  3. 04 Dec, 2014 4 commits
  4. 03 Dec, 2014 5 commits
  5. 30 Nov, 2014 4 commits
  6. 29 Nov, 2014 11 commits
  7. 22 Nov, 2014 1 commit
  8. 07 Nov, 2014 8 commits
    • Tom Herbert's avatar
      iproute2: Man pages for fou and gue · e4fc7e26
      Tom Herbert authored
      Man pages for Foo-over-UDP and Generic UDP Encapsulation receive
      port configuration. gue man page links to fou one.
      Signed-off-by: default avatarTom Herbert <therbert@google.com>
      e4fc7e26
    • Tom Herbert's avatar
      ip link gre: Add support to configure FOU and GUE · 80c24b09
      Tom Herbert authored
      This patch adds support to configure foo-over-udp (FOU) and Generic
      UDP Encapsulation for GRE tunnels. This configuration allows selection
      of FOU or GUE for the tunnel, specification of the source and
      destination ports for UDP tunnel, and enabling TX checksum. This
      configuration only affects the transmit side of a tunnel.
      
      Example:
      
      ip link add name tun1 type gre remote 192.168.1.1 local 192.168.1.2 \
         ttl 225 encap fou encap-sport auto encap-dport 7777 encap-csum
      
      This would create an GRE tunnel in GUE encapsulation where the source
      port is automatically selected (based on hash of inner packet) and
      checksums in the encapsulating UDP header are enabled.
      Signed-off-by: default avatarTom Herbert <therbert@google.com>
      80c24b09
    • Tom Herbert's avatar
      ip link ipip: Add support to configure FOU and GUE · c1159152
      Tom Herbert authored
      This patch adds support to configure foo-over-udp (FOU) and Generic
      UDP Encapsulation for IPIP and sit tunnels. This configuration allows
      selection of FOU or GUE for the tunnel, specification of the source and
      destination ports for UDP tunnel, and enabling TX checksum. This
      configuration only affects the transmit side of a tunnel.
      
      Example:
      
      ip link add name tun1 type ipip remote 192.168.1.1 local 192.168.1.2 \
         ttl 225 encap gue encap-sport auto encap-dport 9999 encap-csum
      
      This would create an IPIP tunnel in GUE encapsulation where the source
      port is automatically selected (based on hash of inner packet) and
      checksums in the encapsulating UDP header are enabled.
      Signed-off-by: default avatarTom Herbert <therbert@google.com>
      c1159152
    • Tom Herbert's avatar
      ip fou: Support to configure foo-over-udp RX · 6928747b
      Tom Herbert authored
      Added 'ip fou...' commands to enable/disable UDP ports for doing
      foo-over-udp and Generic UDP Encapsulation variant. Arguments are port
      number to bind to and IP protocol to map to port (for direct FOU).
      
      Examples:
      
      ip fou add port 7777 gue
      ip fou add port 8888 ipproto 4
      
      The first command creates a GUE port, the second creates a direct FOU
      port for IPIP (receive payload is a assumed to be an IPv4 packet).
      Signed-off-by: default avatarTom Herbert <therbert@google.com>
      6928747b
    • Masatake YAMATO's avatar
      man: ip-link: fix a typo · e37a9c73
      Masatake YAMATO authored
      Signed-off-by: default avatarMasatake YAMATO <yamato@redhat.com>
      e37a9c73
    • Christian Hesse's avatar
    • vadimk's avatar
      doc ip-cref: Added missing ip options · 5cb6aa03
      vadimk authored
      Signed-off-by: default avatarVadim Kochan <vadim4j@gmail.com>
      5cb6aa03
    • Christian Hesse's avatar
      ip-link: fix column alignment · f4fe81d2
      Christian Hesse authored
      Width is the maximum number of characters used for the value, excluding a
      field separator. So append a single whitespace.
      f4fe81d2
  9. 02 Nov, 2014 1 commit