]> git.proxmox.com Git - mirror_frr.git/commit
pbrd: nexthop_group delete cb don't free pbr->nhg
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 4 Oct 2019 17:54:39 +0000 (13:54 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:43 +0000 (11:13 -0400)
commitcd36b87d8c067626dce566143e7998d0a0a9b722
tree8c9897ae084522d31343aca30160977d763038c5
parentb2665a211ed7436dbcd4b477f628c2cdf546c2ca
pbrd: nexthop_group delete cb don't free pbr->nhg

The pbr->nhg callback is used exclusively for individual nexthops
set through `set nexthop`. If an actuall "tracked" nexthop_group is
used, only the `pbrms->nhgrp_name` is set. Thus this delete does
nothing.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
pbrd/pbr_nht.c