]> git.puffer.fish Git - matthieu/frr.git/commit
lib: integrate srv6-nexthop-cmp functions
authorHiroki Shirokura <slank.dev@gmail.com>
Mon, 22 Mar 2021 00:52:11 +0000 (00:52 +0000)
committerMark Stapp <mjs@voltanet.io>
Wed, 2 Jun 2021 14:24:48 +0000 (10:24 -0400)
commitfbaa42f744b8bcf30f50a5442ecbe8028ea47d2a
tree32a45d117d2c0e24939fd8913f253e25877d0284
parent1bda3e627de060ece571012041965faa389c33c5
lib: integrate srv6-nexthop-cmp functions

I agree with the PR review from mstap and merged
the following two functions into one.

- zapi_nexthop_seg6_cmp
- zapi_nexthop_seg6local_cmp

[note]
If both of them have more complex extensions in the future,
I think it will be less confusing to remove the integration
of these functions and make them as separate functions as
before.

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
lib/zclient.c