]> git.proxmox.com Git - mirror_frr.git/commit
eigrpd: Add `router eigrp AS [vrf NAME]` and various stuff
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 15 Jun 2019 17:48:18 +0000 (13:48 -0400)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 7 Aug 2019 01:41:05 +0000 (22:41 -0300)
commite944996140173700f73281cf7efc444377eec331
treee6cebd6e8c5a1979e5d22be74256120bb71d94ce
parent128ed7604d0d90de1e49a847cc4aa4f585b2b7c5
eigrpd: Add `router eigrp AS [vrf NAME]` and various stuff

Add the ability to parse `router eigrp AS [vrf NAME]` and
modify eigrp_lookup to actually handle a vrf_id for us.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
13 files changed:
eigrpd/eigrp_cli.c
eigrpd/eigrp_filter.c
eigrpd/eigrp_fsm.c
eigrpd/eigrp_hello.c
eigrpd/eigrp_interface.c
eigrpd/eigrp_neighbor.c
eigrpd/eigrp_northbound.c
eigrpd/eigrp_topology.c
eigrpd/eigrp_vty.c
eigrpd/eigrp_zebra.c
eigrpd/eigrpd.c
eigrpd/eigrpd.h
vtysh/vtysh.c