]> git.puffer.fish Git - matthieu/frr.git/commit
pathd, tools: fix peer preference config
authorEmanuele Di Pascale <emanuele@voltanet.io>
Tue, 22 Dec 2020 16:00:39 +0000 (17:00 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Sat, 9 Jan 2021 14:50:17 +0000 (15:50 +0100)
commit2f1406fc863bace0870681483d0096ba12eef492
tree6c1856c3292be247bb265fb054dd4d28f230bd43
parentee96c52a2828335c698c27ee7f7374204a97d4cb
pathd, tools: fix peer preference config

on one hand, the default value for a peer preference was always being
displayed, and on the other there was some code in frr-reload.py which
was attempting to add a default value to match this behavior, and which
was incorrectly overriding a specified preference. Fix this by removing
this code and making pathd behave like other daemons in this respect,
i.e. not displaying the default value.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
pathd/path_pcep_cli.c
tools/frr-reload.py