1. 20 Dec, 2014 4 commits
  2. 10 Dec, 2014 10 commits
  3. 05 Dec, 2014 2 commits
  4. 04 Dec, 2014 4 commits
  5. 03 Dec, 2014 2 commits
  6. 30 Nov, 2014 4 commits
  7. 29 Nov, 2014 11 commits
  8. 22 Nov, 2014 1 commit
  9. 07 Nov, 2014 2 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