1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit 'v2.13.1-186-g761649e6' into thread-next

This commit is contained in:
Maria Matejka
2024-01-28 14:38:43 +01:00
3 changed files with 15 additions and 4 deletions

View File

@@ -893,6 +893,12 @@
ARG_ANY(1);
DYNAMIC_ATTR;
ARG_TYPE(1, da->type);
FID_NEW_BODY;
if (da->type == T_OPAQUE)
cf_error("Setting opaque attribute is not allowed");
FID_INTERPRET_BODY;
{
struct eattr *a;