In case of named Snabb programs their SHM directories contain a name symlink that leads to the same directory. When pointing RaptorJIT load: at such a SHM directory it will try to load the audit.log ten times instead of only once.
Possibly we should either not follow symlinks at all or somehow detect if we attempt to load the same audit.log and avoid that.
In case of named Snabb programs their SHM directories contain a
namesymlink that leads to the same directory. When pointingRaptorJIT load:at such a SHM directory it will try to load theaudit.logten times instead of only once.Possibly we should either not follow symlinks at all or somehow detect if we attempt to load the same
audit.logand avoid that.