]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: refactor type of srv6_locator_chunks list
authorNobuhiro MIKI <nmiki@yahoo-corp.jp>
Wed, 6 Apr 2022 04:40:14 +0000 (13:40 +0900)
committerNobuhiro MIKI <nmiki@yahoo-corp.jp>
Wed, 6 Apr 2022 04:40:14 +0000 (13:40 +0900)
commit1c21a23453a707cedbc0097336c0be34d125b739
tree7d56002d0a724b5bf21f6c50be398f2ff6683eee
parent25ddb686ca22b6ecbb82fe80a69cf7e71c051d6e
bgpd: refactor type of srv6_locator_chunks list

Since additional information such as block_bits_length is needed to
generate SIDs properly, the type of elements in srv6_locator_chunks
list is extended from "struct prefix_ipv6 *" to
"struct srv6_locator_chunk *". Even in terms of variable name,
"struct srv6_locator_chunk *" is appropriate.

Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
bgpd/bgp_mplsvpn.c
bgpd/bgp_vty.c
bgpd/bgp_zebra.c