:orphan: .. index:: pair: struct; tapi_cfg_rt_nexthop .. _doxid-structtapi__cfg__rt__nexthop: struct tapi_cfg_rt_nexthop ========================== .. toctree:: :hidden: Overview ~~~~~~~~ Nexthop of a multipath route. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_cfg_rt_nexthop { // fields struct sockaddr_storage :ref:`gw`; char :ref:`ifname`[IF_NAMESIZE]; unsigned int :ref:`weight`; }; .. _details-structtapi__cfg__rt__nexthop: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Nexthop of a multipath route. Fields ------ .. index:: pair: variable; gw .. _doxid-structtapi__cfg__rt__nexthop_1a7897c59843a461dd22469afb0f6d1b86: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage gw Gateway address (considered empty if family is ``AF_UNSPEC``) .. index:: pair: variable; ifname .. _doxid-structtapi__cfg__rt__nexthop_1a18f70f75e9f5d97546e31f04c3c82992: .. ref-code-block:: cpp :class: doxyrest-title-code-block char ifname[IF_NAMESIZE] Interface name .. index:: pair: variable; weight .. _doxid-structtapi__cfg__rt__nexthop_1af87fe44aaa32cc3e1ada2652bac98ef9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int weight Weight