]> git.proxmox.com Git - mirror_frr.git/commit
pbrd: don't silently fail on atomic match MARK change attempts
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 25 Nov 2019 20:16:35 +0000 (15:16 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 3 Dec 2019 20:56:00 +0000 (15:56 -0500)
commit46b0382056881b346624d340d8d835de742f18fd
tree7216d184952df22d6cb68e625372ecc73352400a
parent0dcff6f46397c4d7d5acbf9b71f63d2528c60300
pbrd: don't silently fail on atomic match MARK change attempts

Also don't silently fail when we attempt to atomically change
a match MARK to a new one.

We would overwrite the frist one but never actually install it.

Change it to explicitly fail if a config is already present for
now.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
pbrd/pbr_vty.c