]> git.puffer.fish Git - mirror/frr.git/commit
pathd: fix render candidate-path bandwidth
authorEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 18 May 2021 13:52:44 +0000 (15:52 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 8 Jun 2021 17:46:42 +0000 (20:46 +0300)
commitbfe35108e235b4b9fbccae36b5f1c319f75b1e98
tree5954481877f028ec39b949a521c684ae23be1b5f
parentfb6c9eb236a1de4c4813534bcce9155689a45cb1
pathd: fix render candidate-path bandwidth

the config for dynamic candidate paths with bandwidth preferences
was using a different order of keywords (required bandwidth X) than
the corresponding command (bandwidth X required). This confuses
frr-reload, and possibly users too. Make both use the same order.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
pathd/path_cli.c