:orphan: .. index:: pair: struct; netconf_route_nexthop .. _doxid-structnetconf__route__nexthop: struct netconf_route_nexthop ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Nexthop of a multipath route. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct netconf_route_nexthop { // fields uint32_t :ref:`weight`; int :ref:`oifindex`; uint8_t* :ref:`gateway`; // methods :ref:`LIST_ENTRY`(netconf_route_nexthop); }; .. _details-structnetconf__route__nexthop: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Nexthop of a multipath route. Fields ------ .. index:: pair: variable; weight .. _doxid-structnetconf__route__nexthop_1a0aa079b377ce0f4f1042f646b24abd87: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t weight Weight. .. index:: pair: variable; oifindex .. _doxid-structnetconf__route__nexthop_1a80d7ad1f37317fb9b9ab96906e7a7a1c: .. ref-code-block:: cpp :class: doxyrest-title-code-block int oifindex Interface index. .. index:: pair: variable; gateway .. _doxid-structnetconf__route__nexthop_1a1de15fcd22c362401155b4463a6d4ac8: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* gateway Gateway address Methods ------- .. index:: pair: function; LIST_ENTRY .. _doxid-structnetconf__route__nexthop_1a35540fa7344925f6873977e77e24e1b3: .. ref-code-block:: cpp :class: doxyrest-title-code-block LIST_ENTRY(netconf_route_nexthop) List links.