diff options
author | Maria Matejka <mq@ucw.cz> | 2022-06-08 15:31:28 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-06-08 15:31:28 +0200 |
commit | 4364ee9b6f3764c971ab111bf7dc87477fd7272c (patch) | |
tree | 7659db681e5df6bee24eb580d02ab286d5855ee5 /filter/f-inst.c | |
parent | cae5979871ee7aa341334f8b1af6bafc60ee9692 (diff) | |
parent | 938742decc6e1d6d3a0375dd012b75172e747bbc (diff) |
Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund
Diffstat (limited to 'filter/f-inst.c')
-rw-r--r-- | filter/f-inst.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c index 1690c9f6..9ff5f79a 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -212,7 +212,6 @@ * m4_dnl NEVER_CONSTANT-> don't generate pre-interpretation code at all * m4_dnl ACCESS_RTE -> check that route is available, also NEVER_CONSTANT * m4_dnl ACCESS_EATTRS -> pre-cache the eattrs; use only with ACCESS_RTE - * m4_dnl f_rta_cow(fs) -> function to call before any change to route should be done * * m4_dnl If you are stymied, see FI_CALL or FI_CONSTANT or just search for * m4_dnl the mentioned macros in this file to see what is happening there in wild. @@ -577,8 +576,6 @@ ARG_ANY(1); STATIC_ATTR; ARG_TYPE(1, sa.type); - - f_rta_cow(fs); { union { struct nexthop_adata nha; @@ -741,8 +738,6 @@ if (da->type >= EAF_TYPE__MAX) bug("Unsupported attribute type"); - f_rta_cow(fs); - switch (da->type) { case T_OPAQUE: case T_IFACE: @@ -770,7 +765,6 @@ ACCESS_RTE; ACCESS_EATTRS; - f_rta_cow(fs); ea_unset_attr(fs->eattrs, 1, da); } |