Hi Victor, > hello, > > I'm running l3fwd-acl example as a daemon and trying to update acl context > with as a "swap" acl context, but the program stops with a segment fault > statement. Even using variables to direct which acl context the main loop > has to use, the program breaks. > > I have noticed that even when I update only the swap acl context, the acl > structures are updated and the segment fault also happens. > > please, someone knows why this segment fault?
As I remembers, l3fwd-acl doesn't support updating ACL ctx on the fly. Could you explain a bit more what are you trying to do, or even better provide some code example to reproduce the issue? Konstantin