]> git.proxmox.com Git - mirror_frr.git/commit - lib/vrf.c
lib: constify a few parameters in the VRF code
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 4 Jan 2019 21:08:10 +0000 (19:08 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 18 Jan 2019 18:15:41 +0000 (16:15 -0200)
commit02fe07c7b8f2191d1f53b31888e95d6c12c48ad9
tree0a619feab4f284d9897f9684723bf78d3baf2171
parent5c84b9a58153f89379e3a99e02173662ea390489
lib: constify a few parameters in the VRF code

Parameters should be const whenever possible to improve code
readability and remove the need to cast away the constness of
const arguments.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/vrf.c
lib/vrf.h