summaryrefslogtreecommitdiff
path: root/lib/filter.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-03-22 23:25:05 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-03-23 16:24:40 +0300
commitae253f502eff939c52a9b2a2993962754804bbdb (patch)
tree17c2b91a86a4e873e7926528f6509df5e172fe76 /lib/filter.h
parentde8936be5e298103160ce6862e5a94d108c80ec7 (diff)
lib: sort access-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/filter.h b/lib/filter.h
index 091a5197f6..d5a7e7d5e2 100644
--- a/lib/filter.h
+++ b/lib/filter.h
@@ -234,6 +234,7 @@ bool plist_is_dup(const struct lyd_node *dnode, struct plist_dup_args *pda);
struct lyd_node;
struct vty;
+extern int access_list_cmp(struct lyd_node *dnode1, struct lyd_node *dnode2);
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,