Home
last modified time | relevance | path

Searched refs:routerid (Results 1 – 25 of 59) sorted by relevance

123

/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/
H A Doperational.py18 from exabgp.bgp.message.open.routerid import RouterID
119 routerid = RouterID.unpack(data[7:11])
121 return klass(afi, safi, routerid, sequence)
125 routerid = RouterID.unpack(data[7:11])
128 return klass(afi, safi, routerid, sequence, counter)
166 self.routerid = routerid if routerid else None
169 self._routerid = self.routerid
172 self.sent_routerid = self.routerid if self.routerid else negotiated.sent_open.router_id
244 def __init__(self, afi, safi, advisory, routerid=None): argument
255 def __init__(self, afi, safi, advisory, routerid=None): argument
[all …]
/dports/security/nmap/nmap-7.91/nselib/
H A Deigrp.lua75 new = function(self, opcode, as, routerid, flags, seq, ack, checksum, tlvs)
80 routerid = routerid or 0,
113 eigrp_packet.routerid,
290 setRouterID = function(self, routerid)
291 self.routerid = routerid
314 self.routerid, -- Virtual Router ID 0
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp/templates/
H A Dcli_test_case_01.cfg8 bestpath compare-routerid
17 bestpath compare-routerid
/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/napalm_logs/config/netiron/
H A DOSPF_NEIGHBOR_DOWN.yml7 routerid: ([\w\d:\.]+)
10 …line: 'nbr state changed, rid {routerid}, nbr addr {neighboraddr}, nbr rid {neighborrid}, state do…
H A DOSPF_NEIGHBOR_UP.yml7 routerid: ([\w\d:\.]+)
10 …line: 'nbr state changed, rid {routerid}, nbr addr {neighboraddr}, nbr rid {neighborrid}, state fu…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/vars/
H A Dmain.yaml7 - bgp bestpath compare-routerid
66 - no bgp bestpath compare-routerid
103 - no bgp bestpath compare-routerid
/dports/net/exabgp4/exabgp-4.2.13/dev/bin/
H A Dibgp-open-only20 routerid = chr((ord(body[8]) + 1) & 0xFF)
21 o = header + body[:8] + routerid + body[9:]
H A Dibgp140 routerid = chr((ord(body[8]) + 1) & 0xFF)
141 o = header + body[:8] + routerid + body[9:]
/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dtorstate.py952 def router_from_id(self, routerid): argument
956 return self.routers[routerid[:41]]
959 if routerid[0] != '$':
963 idhash = routerid[1:41]
966 if len(routerid) > 41:
967 nick = routerid[42:]
968 is_named = routerid[41] == '='
H A Dinterface.py416 def router_from_id(routerid): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/modules/network/ios/fixtures/
H A Dios_bgp_global.cfg3 bgp bestpath compare-routerid
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tests/cli/
H A D_parsed.cfg4 bgp bestpath compare-routerid
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dpacket.c28 pkt->routerid = htonl(p->router_id); in ospf_pkt_fill_hdr()
199 (n ? n->rid : ntohl(pkt->routerid)), ifa->ifname, err_dsc, err_val); in ospf_pkt_checkauth()
316 u32 rid = ntohl(pkt->routerid); in ospf_rx_hook()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dpacket.c36 pkt->routerid = htonl(p->router_id); in ospf_pkt_fill_hdr()
257 (n ? n->rid : ntohl(pkt->routerid)), ifa->ifname, err_dsc, err_val); in ospf_pkt_checkauth2()
370 (n ? n->rid : ntohl(pkt->routerid)), ifa->ifname, err_dsc, err_val); in ospf_pkt_checkauth3()
484 u32 rid = ntohl(pkt->routerid); in ospf_rx_hook()
/dports/net/exabgp4/exabgp-4.2.13/qa/tests/
H A Dopen_test.py22 from exabgp.bgp.message.open.routerid import RouterID
H A Ddecode_test.py19 from exabgp.bgp.message.open.routerid import RouterID
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/open/
H A D__init__.py22 from exabgp.bgp.message.open.routerid import RouterID
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/unit/modules/network/vyos/fixtures/
H A Dvyos_bgp_global_config.cfg17 set protocols bgp 65536 parameters bestpath 'compare-routerid'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/integration/targets/vyos_bgp_global/tests/cli/
H A D_parsed_config.cfg22 set protocols bgp 65536 parameters bestpath 'compare-routerid'
H A D_populate.yaml26 - set protocols bgp 65536 parameters bestpath 'compare-routerid'
/dports/security/nmap/nmap-7.91/nselib/data/
H A Dpacketdecoders.lua310 local routerid = header.router_id
331 if ( not(self.dups[("%s:%s"):format(routerid,areaid)]) ) then
332 if ( target.ALLOW_NEW_TARGETS ) then target.add(routerid) end
333 self.dups[("%s:%s"):format(routerid,areaid)] = true
334 tab.addrow( self.results, srcip, routerid, areaid, authtype, authdata)
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/configuration/neighbor/
H A Dparser.py14 from exabgp.bgp.message.open.routerid import RouterID
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/configuration/operational/
H A Dparser.py17 from exabgp.bgp.message.open.routerid import RouterID
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/reactor/api/response/
H A Dtext.py143 operational.routerid,
/dports/net/exabgp4/exabgp-4.2.13/qa/sbin/
H A Dbgp236 routerid = bytearray([body[8] + 1 & 0xFF])
237 o = header + body[:8] + routerid + body[9:]

123