:orphan: .. index:: pair: struct; te_conf_ip_rule .. _doxid-structte__conf__ip__rule: struct te_conf_ip_rule ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Context of ip rule :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_conf_ip_rule { // fields uint8_t :ref:`family`; :ref:`te_ip_type` :ref:`type`; bool :ref:`invert`; uint8_t :ref:`srclen`; uint8_t :ref:`dstlen`; struct sockaddr_storage :ref:`src`; struct sockaddr_storage :ref:`dst`; char :ref:`iifname`[IFNAMSIZ]; char :ref:`oifname`[IFNAMSIZ]; uint32_t :ref:`goto_index`; uint8_t :ref:`tos`; uint32_t :ref:`fwmark`; uint32_t :ref:`fwmask`; uint32_t :ref:`priority`; :ref:`te_ip_table_id` :ref:`table`; uint32_t :ref:`flow`; uint32_t :ref:`mask`; }; .. _details-structte__conf__ip__rule: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Context of ip rule Fields ------ .. index:: pair: variable; family .. _doxid-structte__conf__ip__rule_1a50979c2066b49ad07ea86cd22d351fc6: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t family Address family of rule .. index:: pair: variable; type .. _doxid-structte__conf__ip__rule_1a0928ae9eef7f8d1c9571b1a0118e3f9e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_ip_type` type Type of rule entry .. index:: pair: variable; invert .. _doxid-structte__conf__ip__rule_1a2feb813af0fa99b550648f660ff604d5: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool invert Inversion flag (works as ip rule not ... ). .. index:: pair: variable; srclen .. _doxid-structte__conf__ip__rule_1a3d7b3be648927c77840270bb662a4411: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t srclen Prefix length of source .. index:: pair: variable; dstlen .. _doxid-structte__conf__ip__rule_1afc5db06b27e58817689cb0f6b558db10: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t dstlen Prefix length of destination .. index:: pair: variable; src .. _doxid-structte__conf__ip__rule_1a15f6d3537585200a9fe830a5097ba800: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage src Source address .. index:: pair: variable; dst .. _doxid-structte__conf__ip__rule_1a66fd1307e422fbab9dbffa0b663da519: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_storage dst Destination address .. index:: pair: variable; iifname .. _doxid-structte__conf__ip__rule_1a6686ff6af3e7722d8886bbcbb3084ad0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char iifname[IFNAMSIZ] Incoming device .. index:: pair: variable; oifname .. _doxid-structte__conf__ip__rule_1ad860bfecf4ceb041f188e322ddeb1a3e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char oifname[IFNAMSIZ] Outgoing device .. index:: pair: variable; goto_index .. _doxid-structte__conf__ip__rule_1a1713d62c8c0eb635b880d52071e9c3bd: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t goto_index Index of rule for jumping .. index:: pair: variable; tos .. _doxid-structte__conf__ip__rule_1a18dc9d8bff73f19e2646471426a7f271: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t tos Type Of Service key .. index:: pair: variable; fwmark .. _doxid-structte__conf__ip__rule_1aab2f3f438c69be396b0b14745f8b4948: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t fwmark fwmark value .. index:: pair: variable; fwmask .. _doxid-structte__conf__ip__rule_1aaecf7900fc4d195b7fc8dda3ae424971: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t fwmask fwmask value .. index:: pair: variable; priority .. _doxid-structte__conf__ip__rule_1a40b93e2015220976561965e1b1b0f3c6: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t priority Rule priority .. index:: pair: variable; table .. _doxid-structte__conf__ip__rule_1a4c6ed367a2b7d859419feaae98ef2352: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_ip_table_id` table Routing table id .. index:: pair: variable; flow .. _doxid-structte__conf__ip__rule_1a28c95c6d7a229f5112fbd05eb5ad885d: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t flow Realms FROM/TO .. index:: pair: variable; mask .. _doxid-structte__conf__ip__rule_1ade53d4bbba41fe6c97bb32d3892f6ba2: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t mask Mask of set fields for searching or deleting