summaryrefslogtreecommitdiff
path: root/lib/filter.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-03-30 00:37:52 +0300
committerIgor Ryzhov <iryzhov@nfware.com>2021-03-30 00:37:52 +0300
commit4179f151fe80584167dbeeb260144d0cfa171f16 (patch)
tree151fd3524329487a948220a0733b412a57e17878 /lib/filter.h
parentbf79e923167c79b2e813b7e7efda7211949d6378 (diff)
lib: fix checking for duplicated prefix-list entries
Restore the behavior that was before the NB conversion. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/filter.h')
-rw-r--r--lib/filter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/filter.h b/lib/filter.h
index 337639c4b7..b1bf1d67ba 100644
--- a/lib/filter.h
+++ b/lib/filter.h
@@ -212,6 +212,9 @@ struct plist_dup_args {
/** Access list name. */
const char *pda_name;
+ /** Entry action. */
+ const char *pda_action;
+
#define PDA_MAX_VALUES 4
/** Entry XPath for value. */
const char *pda_xpath[PDA_MAX_VALUES];