15
#
mpls
Here are 44 public repositories matching this topic...
The BGP swiss army knife of networking
python
flow
protection
ipv6
bgp
bird
health-check
pypi
visualisation
ipv4
quagga
mpls
vpls
exabgp
flowspec
bgp-ls
ddos-protection
-
Updated
Mar 30, 2022 - Python
A portable framework for low-level network packet construction
c
dns
construction
legacy
tcp
bgp
dhcp
udp
rip
appveyor
ospf
dot1x
arp
mpls
ntp
gre
autotools
travis-status
igmp
gnu-autotools
codedocs
hsrp
libnet
network-packets
dot1q
portable-framework
appveyor-status
packetfactory
codedocs-status
-
Updated
Mar 12, 2022 - C
Linux CLI Ethernet and MPLS Testing Tool
c
linux
mpls
testing-tools
ethernet
packet-generator
network-analysis
traffic-generation
packet-crafting
-
Updated
Apr 15, 2019 - C
Pathman SR is an open-source app to compute paths and deploy routes in Segment Routing-enabled network.
-
Updated
Nov 5, 2021 - Python
Simple web-based SDN controller for family and friends
-
Updated
Sep 6, 2021 - Python
OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS.
-
Updated
Jan 30, 2022 - Java
Packet captures from various CCIE routing and switching learning labs.
cisco
networking
ipv6
bgp
rip
routing
ospf
mpls
switching
wireshark
packet-capture
routing-protocols
ccnp
ccna
eigrp
spanning-tree-protocol
routing-example
ccie
cisco-ios
certifications
-
Updated
Mar 9, 2019
Учебные работы по дисциплинам "Сети и системы передачи данных", "Организация компьютерных сетей" и "Организация сетевой безопасности"
linux
ssh
cisco
mikrotik
ipsec
dhcp
network
firewall
nat
rip
ospf
vpn
mpls
pfsense
vlan
wireguard
routing-protocols
firewall-rules
static-routing
vpn-tunnel
-
Updated
Nov 8, 2021
This project uses Juniper's PyEZ to stand up a L3 VPN circuit across an MPLS backbone
-
Updated
Feb 12, 2022 - HTML
Cisco Network Services Orchestrator (NSO) scripts
-
Updated
Jun 7, 2017 - HTML
Best MPLS/LSP path solution finder using Multi-start Local Search
-
Updated
Aug 21, 2017 - MATLAB
Network topology emulation using Open vSwitch, Docker containers and FRRouting
-
Updated
Mar 24, 2022 - Go
A distributed system for latency-optimized service embedding in large-scale software defined networks
-
Updated
Dec 10, 2019 - Python
-
Updated
Aug 6, 2017 - Python
Répertoire du projet étudiant visant à découvrir et mettre en place l'interconnexion de "clients" avec MPLS et Cisco.
-
Updated
Jun 21, 2021
Infrastructure as Code & Software Defined Networking Hackathons
kubernetes
ansible
hackathon
kubernetes-cluster
sdn
mpls
opendaylight
infrastructure-as-code
exabgp
bgp-ls
pcep
traffic-engineering
software-defined-networking
path-computation
-
Updated
Aug 15, 2019 - Python
Projeto de Arquitetura de Redes Avançada
-
Updated
Jan 4, 2017
A base configuration for a 4 node Nokia MPLS network
-
Updated
Jun 24, 2021 - Shell
Improve this page
Add a description, image, and links to the mpls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mpls topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul