diff options
| author | Russ White <russ@riw.us> | 2021-03-30 10:37:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 10:37:31 -0400 |
| commit | fb7c845e0d94dba9341dbefdddb3b592a4221e45 (patch) | |
| tree | 2f63b1ab1d2ec003f01a70e18a3e9506a1ec1e67 /lib/routemap_northbound.c | |
| parent | 1bed7a6fef0bb50c9f7e5b42ae59578336620102 (diff) | |
| parent | 73695730f55a25cae086cec02c29482f8d296739 (diff) | |
Merge pull request #8311 from idryzhov/nb-sorting
Sort route-maps/access-lists/prefix-lists by sequence number in running-config
Diffstat (limited to 'lib/routemap_northbound.c')
| -rw-r--r-- | lib/routemap_northbound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/routemap_northbound.c b/lib/routemap_northbound.c index 597a6b1ecf..8546284c3e 100644 --- a/lib/routemap_northbound.c +++ b/lib/routemap_northbound.c @@ -1140,6 +1140,7 @@ const struct frr_yang_module_info frr_route_map_info = { .cbs = { .create = lib_route_map_entry_create, .destroy = lib_route_map_entry_destroy, + .cli_cmp = route_map_instance_cmp, .cli_show = route_map_instance_show, .cli_show_end = route_map_instance_show_end, } |
