mirror_frr/pbrd
Donald Sharp a251884bff lib: Allow nexthop simple display to take an alternate ifp name
The nexthop_group_write_nexthop_simple function outputs the
interface name, because we've stored the ifindex.  The problem
is that there are ephermeal interfaces in linux that can be
destroyed/recreated.  Allow us to keep that data and do something
a bit smarter to allow show run's and other show commands to continue
to work when the interface is deleted.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2020-08-28 07:51:06 -04:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
Makefile pbrd: Add PBR to FRR 2018-04-06 13:22:43 -04:00
pbr_debug.c pbrd: Fix unused function 2018-04-17 18:43:47 -04:00
pbr_debug.h pbrd: move debug vty into pbr_vty.c 2018-04-17 18:43:47 -04:00
pbr_main.c *: have daemons call frr_fini() at termination 2020-06-11 15:31:54 -04:00
pbr_map.c pbrd: Properly hook back up when vrf is destroyed than recreated 2020-08-28 07:51:06 -04:00
pbr_map.h pbrd: Properly hook back up when vrf is destroyed than recreated 2020-08-28 07:51:06 -04:00
pbr_memory.c pbrd: Add PBR to FRR 2018-04-06 13:22:43 -04:00
pbr_memory.h pbrd: Add PBR to FRR 2018-04-06 13:22:43 -04:00
pbr_nht.c pbrd: Properly hook back up when vrf is destroyed than recreated 2020-08-28 07:51:06 -04:00
pbr_nht.h pbrd: Properly hook back up when vrf is destroyed than recreated 2020-08-28 07:51:06 -04:00
pbr_vrf.c pbrd: Properly hook back up when vrf is destroyed than recreated 2020-08-28 07:51:06 -04:00
pbr_vrf.h pbrd: Add set vrf NAME and set vrf unchanged 2019-11-21 16:59:42 -05:00
pbr_vty.c lib: Allow nexthop simple display to take an alternate ifp name 2020-08-28 07:51:06 -04:00
pbr_vty.h pbrd, lib: move PBR_STR def. to lib 2018-06-13 16:22:01 +00:00
pbr_zebra.c pbrd, zebra, lib: DSCP / ECN-based PBR Matching 2020-07-15 12:59:36 -04:00
pbr_zebra.h pbrd: implement set * and match * config replacement 2020-04-09 13:45:14 -04:00
pbrd.conf.sample pbrd, sharpd, staticd: Add some color to sample configuration files 2019-08-19 10:36:53 -04:00
subdir.am build: make clippy Makefile rules nicer 2020-04-27 09:52:41 +02:00