:orphan: .. index:: pair: struct; netconf_vxlan .. _doxid-structnetconf__vxlan: struct netconf_vxlan ==================== .. toctree:: :hidden: Overview ~~~~~~~~ VXLAN network interface :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct netconf_vxlan { // fields :ref:`netconf_udp_tunnel` :ref:`generic`; uint8_t :ref:`local`[sizeof(struct in6_addr)]; size_t :ref:`local_len`; char* :ref:`dev`; }; .. _details-structnetconf__vxlan: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ VXLAN network interface Fields ------ .. index:: pair: variable; generic .. _doxid-structnetconf__vxlan_1a8954c0727975d2e5a1c7e65f47ffdb00: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`netconf_udp_tunnel` generic Generic fields of UDP Tunnel .. index:: pair: variable; local .. _doxid-structnetconf__vxlan_1ac2aeed725ad4d027c49e5458ffe71ff7: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t local[sizeof(struct in6_addr)] Local address .. index:: pair: variable; local_len .. _doxid-structnetconf__vxlan_1a8d8c45ce71c32c409cf42f819fc4dd6d: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t local_len Local address length .. index:: pair: variable; dev .. _doxid-structnetconf__vxlan_1a37488904f8edf997defb7d5a3311a1a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* dev Device name