diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-03-22 23:25:28 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-03-23 16:24:40 +0300 |
| commit | 73695730f55a25cae086cec02c29482f8d296739 (patch) | |
| tree | 9cd03b271a89d592906400e5185194942dfc7478 /lib/filter.h | |
| parent | ae253f502eff939c52a9b2a2993962754804bbdb (diff) | |
lib: sort prefix-list commands by sequence-number in running-config
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/filter.h')
| -rw-r--r-- | lib/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filter.h b/lib/filter.h index d5a7e7d5e2..c7108b26ba 100644 --- a/lib/filter.h +++ b/lib/filter.h @@ -239,6 +239,7 @@ extern void access_list_show(struct vty *vty, struct lyd_node *dnode, bool show_defaults); extern void access_list_remark_show(struct vty *vty, struct lyd_node *dnode, bool show_defaults); +extern int prefix_list_cmp(struct lyd_node *dnode1, struct lyd_node *dnode2); extern void prefix_list_show(struct vty *vty, struct lyd_node *dnode, bool show_defaults); extern void prefix_list_remark_show(struct vty *vty, struct lyd_node *dnode, |
