#
ospf
Here are 77 public repositories matching this topic...
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
Jan 1, 2021 - C
60天通过思科认证的网络工程师考试
-
Updated
Feb 12, 2021 - HTML
A lightweight container-based network emulation system.
python
docker
kubernetes
bgp
containers
rip
ospf
sdn
k8s
nfv
dns-server
netkit
p4language
p4
virtual-network
p4-language
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 22, 2021 - HTML
Network Engineering at Scale Roadmap/Landscape
-
Updated
Jun 13, 2020
A collection of Ansible roles and playbooks to provision, sketch and backup a network running Junos OS, without the need of manually feeding extra data to represent the physical topology.
python
ansible
juniper
networking
network-topology
jinja2
bgp
ansible-playbooks
ospf
ansible-roles
network-discovery
network-automation
junos-os
-
Updated
Jan 7, 2021 - Python
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
Package ospf3 implements OSPFv3 (OSPF for IPv6) as described in RFC5340. MIT Licensed.
-
Updated
Feb 2, 2021 - Go
Configuration backups of our home network AS60036 using Oxidized
-
Updated
Sep 2, 2017 - DIGITAL Command Language
These are some of the basic network topologies I configured when preparing for the CCNA R&S 200-125 exam.
dns
networking
ipv6
dhcp
rip
routing
ipv4
ospf
switching
dhcp-server
dns-server
network-programming
subnetting
eigrp
vlans-management
access-control-lists
-
Updated
Sep 2, 2020
Small helper adding and removing Anycast IPs from interfaces depending on listeners
-
Updated
Dec 12, 2018 - Go
OSV: OSPF Vulnerability Checking tool
-
Updated
Jun 18, 2018 - Python
This puppet module manages dynamic routing protocols.
-
Updated
Feb 26, 2020 - Ruby
Socket programming, a simulation of OSPF routing algorithm
-
Updated
Jan 3, 2020 - Python
Improve this page
Add a description, image, and links to the ospf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ospf 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