]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/nexthop_group.h
lib: support labelled nexthops in nexthop_groups
[mirror_frr.git] / lib / nexthop_group.h
index 391775c69c3945bdbe7406c801e129814e8e7153..cc9988b86667e5f598e7950a2205d53f652c95ac 100644 (file)
@@ -70,12 +70,6 @@ void nexthop_group_mark_duplicates(struct nexthop_group *nhg);
        (nhop) = nexthop_next(nhop)
 
 
-struct nexthop_hold {
-       char *nhvrf_name;
-       union sockunion *addr;
-       char *intf;
-};
-
 struct nexthop_group_cmd {
 
        RB_ENTRY(nexthop_group_cmd) nhgc_entry;