]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add hint to what instance we are looking at
authorDonald Sharp <sharpd@nvidia.com>
Mon, 3 Jan 2022 17:11:37 +0000 (12:11 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 18 Jan 2022 13:36:26 +0000 (08:36 -0500)
commit1945fb7a0736ed03b5bd0639039b0d0b21366a52
treec1a6665df0cae048d86d24c979c925042d66aedc
parentc748ab25673c118e7ae67a82348af5f54c2bec64
zebra: Add hint to what instance we are looking at

FRR allows redistribution to a client with a specific
instance in mind.  The code was not allowing you to figure
out what instance was being looked at.  So let's clarify this
in the debugs.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/redistribute.c