ip-fou(8) - Linux manual page

NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO | AUTHOR | COLOPHON

IP-FOU(8)                           Linux                          IP-FOU(8)

NAME         top

       ip-fou - Foo-over-UDP receive port configuration

       ip-gue - Generic UDP Encapsulation receive port configuration

SYNOPSIS         top

       ip [ OPTIONS ] fou  { COMMAND | help }

       ip fou add port PORT { gue | ipproto PROTO  }
       ip fou del port PORT
       ip fou show

DESCRIPTION         top

       The ip fou commands are used to create and delete receive ports for
       Foo-over-UDP (FOU) as well as Generic UDP Encapsulation (GUE).

       Foo-over-UDP allows encapsulating packets of an IP protocol directly
       over UDP. The receiver infers the protocol of a packet received on a
       FOU UDP port to be the protocol configured for the port.

       Generic UDP Encapsulation (GUE) encapsulates packets of an IP
       protocol within UDP and an encapsulation header. The encapsulation
       header contains the IP protocol number for the encapsulated packet.

       When creating a FOU or GUE receive port, the port number is specified
       in PORT argument. If FOU is used, the IP protocol number associated
       with the port is specified in PROTO argument.

       A FOU or GUE receive port is deleted by specifying PORT in the delete
       command.

EXAMPLES         top

   Configure a FOU receive port for GRE bound to 7777
       # ip fou add port 7777 ipproto 47

   Configure a FOU receive port for IPIP bound to 8888
       # ip fou add port 8888 ipproto 4

   Configure a GUE receive port bound to 9999
       # ip fou add port 9999 gue

   Delete the GUE receive port bound to 9999
       # ip fou del port 9999

SEE ALSO         top

       ip(8)

AUTHOR         top

       Tom Herbert <therbert@google.com>

COLOPHON         top

       This page is part of the iproute2 (utilities for controlling TCP/IP
       networking and traffic) project.  Information about the project can
       be found at 
       ⟨http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2⟩.
       If you have a bug report for this manual page, send it to
       netdev@vger.kernel.org, shemminger@osdl.org.  This page was obtained
       from the project's upstream Git repository
       ⟨git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git⟩
       on 2018-02-02.  (At that time, the date of the most recent commit
       that was found in the repository was 2018-01-29.)  If you discover
       any rendering problems in this HTML version of the page, or you
       believe there is a better or more up-to-date source for the page, or
       you have corrections or improvements to the information in this
       COLOPHON (which is not part of the original manual page), send a mail
       to man-pages@man7.org

iproute2                         2 Nov 2014                        IP-FOU(8)