:orphan: .. index:: pair: enum; netconf_route_scope .. _doxid-netconf_8h_1ac00172233d04dabd55c5e7b3acfddab2: enum netconf_route_scope ======================== Scopes of route entry .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum netconf_route_scope { :target:`NETCONF_RT_SCOPE_UNSPEC` = -1, :target:`NETCONF_RT_SCOPE_UNIVERSE` = 0, :target:`NETCONF_RT_SCOPE_SITE` = 200, :target:`NETCONF_RT_SCOPE_LINK` = 253, :target:`NETCONF_RT_SCOPE_HOST` = 254, :target:`NETCONF_RT_SCOPE_NOWHERE` = 255, };