]> git.puffer.fish Git - matthieu/frr.git/commit
lib: disallow access list duplicated values
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 4 Dec 2020 21:11:45 +0000 (18:11 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 4 Dec 2020 21:11:45 +0000 (18:11 -0300)
commitf414129b0ce109550bd3a61f6020d7a9af6f9c35
tree797180b0e5b3618d192918c425a12633dcc67d65
parent057edd2e84a6536615b4c80c67d83024ef8f3234
lib: disallow access list duplicated values

Don't allow users to create multiple rules in the same list with the
same value to keep the behavior previously to northbound migration.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/filter.h
lib/filter_nb.c