]> git.puffer.fish Git - mirror/frr.git/commit
pbrd: convert gotos in set vrf command to returns 6050/head
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 19 Mar 2020 18:29:06 +0000 (14:29 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 19 Mar 2020 18:30:42 +0000 (14:30 -0400)
commitf3f2c78add84a0cfb57e80d99278c134ebfc16fb
tree9f5c38d5b87a14f6cda57a526398fd762a54cf62
parent9bf1b0f74a27cd6c697c7daf4fb31e5b55c48ef7
pbrd: convert gotos in set vrf command to returns

We were doing a bunch of gotos in the set vrf configcode.
The code got complex enough that just returning is easier to read.

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