]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #11981 from proelbtn/add-support-to-change-function-length
authorRuss White <russ@riw.us>
Wed, 12 Oct 2022 12:44:29 +0000 (08:44 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 12:44:29 +0000 (08:44 -0400)
bgpd: Add support to change Segment Routing function length

1  2 
bgpd/bgp_mplsvpn.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.h

Simple merge
diff --cc bgpd/bgp_vty.c
index 7de222316feec6a90de685482939c1ca2d34ff56,79fc7247f9a023ae529f8ed29e2db62438c6de51..89010b61bbb087501f3ba40dba7b85ddbdb8fb67
@@@ -295,9 -295,10 +295,9 @@@ static int bgp_srv6_locator_unset(struc
  {
        int ret;
        struct listnode *node, *nnode;
-       struct srv6_locator_chunk *chunk;
+       struct srv6_locator_chunk *chunk, *tovpn_sid_locator;
        struct bgp_srv6_function *func;
        struct bgp *bgp_vrf;
 -      struct in6_addr *tovpn_sid;
  
        /* release chunk notification via ZAPI */
        ret = bgp_zebra_srv6_manager_release_locator_chunk(
Simple merge
diff --cc bgpd/bgpd.h
Simple merge