]> git.proxmox.com 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)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 1 Jun 2021 17:19:05 +0000 (19:19 +0200)
commitec957bbc2af02ea7bbaa65e852be912f35685495
tree09b9760f16875fb22105f3a1df3b802a5f56d572
parent2030df4d3094e77c91932efd4056a6a3c3e97752
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