Home
last modified time | relevance | path

Searched refs:NO_ADVERTISE (Results 1 – 22 of 22) sorted by relevance

/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/templates/openbgpd/
H A Dfilters.j213 # NO_ADVERTISE usage notes.
14 # The NO_ADVERTISE well-know community is used here to handle
154 # Transform NO_ADVERTISE into $INTCOMM_NO_ADVERTISE
155 …atch from group clients community NO_ADVERTISE set { ext-community $INTCOMM_NO_ADVERTISE community…
373 # NO_ADVERTISE here means $INTCOMM_ORIGIN_OK
392 # NO_ADVERTISE here means $INTCOMM_ORIGIN_OK
411 # NO_ADVERTISE here means $INTCOMM_ORIGIN_OK
430 # NO_ADVERTISE here means $INTCOMM_IRR_REJECT
449 # NO_ADVERTISE here means $INTCOMM_IRR_REJECT
463 # NO_ADVERTISE here means $INTCOMM_IRR_REJECT
[all …]
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/tests/live_tests/skeleton/openbgpd/
H A Dfilters.j213 # NO_ADVERTISE usage notes.
14 # The NO_ADVERTISE well-know community is used here to handle
154 # Transform NO_ADVERTISE into $INTCOMM_NO_ADVERTISE
155 …atch from group clients community NO_ADVERTISE set { ext-community $INTCOMM_NO_ADVERTISE community…
373 # NO_ADVERTISE here means $INTCOMM_ORIGIN_OK
392 # NO_ADVERTISE here means $INTCOMM_ORIGIN_OK
411 # NO_ADVERTISE here means $INTCOMM_ORIGIN_OK
430 # NO_ADVERTISE here means $INTCOMM_IRR_REJECT
449 # NO_ADVERTISE here means $INTCOMM_IRR_REJECT
463 # NO_ADVERTISE here means $INTCOMM_IRR_REJECT
[all …]
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/update/attribute/community/initial/
H A Dcommunity.py22 NO_ADVERTISE = pack('!L', 0xFFFFFF02) variable in Community
36 elif community == self.NO_ADVERTISE:
95 Community.cache[Community.NO_ADVERTISE] = Community(Community.NO_ADVERTISE)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/src/org/chromium/net/
H A DHttp2TestServer.java149 Protocol.ALPN, SelectorFailureBehavior.NO_ADVERTISE, in Http2TestServerRunnable()
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer567/
H A Dbgp.py55 NO_ADVERTISE = 0xFFFFFF02 variable
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/core_managers/
H A Dpeer_manager.py249 BGPPathAttributeCommunities.NO_ADVERTISE
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/templates/html/
H A Dmain.j2397 <li><p><b>NO_EXPORT</b> and <b>NO_ADVERTISE</b> communities are processed accordingly to RFC1997.</…
399 <li><p>Routes tagged with the <b>NO_EXPORT</b> or <b>NO_ADVERTISE</b> communities received by the r…
441 …{{ write_communities_table_row(cfg.communities.add_noadvertise_to_any, "Add NO_ADVERTISE to any") …
443 …{{ write_communities_table_row(cfg.communities.add_noadvertise_to_peer, "Add NO_ADVERTISE to peer"…
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/config.d/
H A Dgeneral.distrib.yml708 # RFC1997 well-known communities (NO_EXPORT and NO_ADVERTISE)
715 # NO_ADVERTISE that are received from clients.
720 # NO_EXPORT/NO_ADVERTISE communities unaltered.
1073 # and/or the NO_ADVERTISE (65535:65282) well-known communities
1078 # NO_ADVERTISE.
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/configuration/static/
H A Dparser.py336 return Community(Community.NO_ADVERTISE)
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/
H A DREADME.rst107 - add **NO_EXPORT** / **NO_ADVERTISE** to any / **peer**;
H A DPKG-INFO118 - add **NO_EXPORT** / **NO_ADVERTISE** to any / **peer**;
830 …- New feature: an option to set RFC1997 well-known communities (NO_EXPORT/NO_ADVERTISE) handling p…
832 …This **breaks backward compatibility**: previously, NO_EXPORT/NO_ADVERTISE communities were treate…
1014 - New BGP communities: add NO_EXPORT and/or NO_ADVERTISE to any client or to specific peers.
H A DCHANGES.rst573 - New feature: an option to set RFC1997 well-known communities (NO_EXPORT/NO_ADVERTISE) handling po…
575 …This **breaks backward compatibility**: previously, NO_EXPORT/NO_ADVERTISE communities were treate…
757 - New BGP communities: add NO_EXPORT and/or NO_ADVERTISE to any client or to specific peers.
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/tests/live_tests/skeleton/bird/
H A Dcommon.j2396 # This function adds NO_EXPORT and/or NO_ADVERTISE
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/templates/bird/
H A Dcommon.j2396 # This function adds NO_EXPORT and/or NO_ADVERTISE
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/arouteserver.egg-info/
H A DPKG-INFO118 - add **NO_EXPORT** / **NO_ADVERTISE** to any / **peer**;
830 …- New feature: an option to set RFC1997 well-known communities (NO_EXPORT/NO_ADVERTISE) handling p…
832 …This **breaks backward compatibility**: previously, NO_EXPORT/NO_ADVERTISE communities were treate…
1014 - New BGP communities: add NO_EXPORT and/or NO_ADVERTISE to any client or to specific peers.
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dbgp.py3958 NO_ADVERTISE = int('0xFFFFFF02', 16) variable in BGPPathAttributeCommunities
3960 WELL_KNOW_COMMUNITIES = (NO_EXPORT, NO_ADVERTISE, NO_EXPORT_SUBCONFED)
4003 return comm_attr == BGPPathAttributeCommunities.NO_ADVERTISE
/dports/net/py-dpkt/dpkt-1.9.6/dpkt/
H A Dbgp.py60 NO_ADVERTISE = 0xffffff02 variable
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/
H A Dpeer.py2264 BGPPathAttributeCommunities.NO_ADVERTISE
/dports/net/frr7-pythontools/frr-frr-7.5.1/doc/user/
H A Dbgp.rst1857 add ``NO_EXPORT`` and ``NO_ADVERTISE``.
1867 ``no-advertise`` represents well-known communities value ``NO_ADVERTISE``
/dports/net/frr7/frr-frr-7.5.1/doc/user/
H A Dbgp.rst1857 add ``NO_EXPORT`` and ``NO_ADVERTISE``.
1867 ``no-advertise`` represents well-known communities value ``NO_ADVERTISE``
/dports/net/quagga/quagga-1.2.4/doc/
H A Dbgpd.texi933 @code{NO_ADVERTISE}@*@r{(0xFFFFFF02)}. All routes carry this value
H A Dquagga.info-15426 'NO_ADVERTISE'