]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: In zebra_evpn_mac.c remove bad comments
authorDonald Sharp <sharpd@nvidia.com>
Mon, 16 Sep 2024 13:56:58 +0000 (09:56 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 18 Sep 2024 11:35:54 +0000 (07:35 -0400)
commit1af0a67401e4fc85af0f3d18756cef56919b1695
tree2b5dd19b5c8a3b172eda013825923e86b0c6dcab
parent03a7ab10fe1241c1c0408445fa06c53cb8ea772a
zebra: In zebra_evpn_mac.c remove bad comments

Adding comments that tell what a variable is doing in
the middle of a function call makes it extremely hard
to read the formatting.  Remove.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_evpn_mac.c