]> git.proxmox.com Git - mirror_frr.git/commit
pathd: use a define to store the the length of endpoint string
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 19 Jul 2022 12:59:23 +0000 (14:59 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 14 Nov 2022 16:42:55 +0000 (17:42 +0100)
commitc1657d2669cb8be9cd0d0b2e6d1c7080b63422a0
tree356f6fa906604987521f35a7232c9051fa125d32
parent116f9b45ede641316ae2f0bf75bc87246b31fdf3
pathd: use a define to store the the length of endpoint string

The endpoint string is a 46 byte length buffer. Use a single
place to store the length of that buffer.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/ipaddr.h
pathd/path_cli.c
pathd/pathd.c
pathd/pathd.h