Skip to content

Commit

Permalink
Merge pull request #13134 from Security-Onion-Solutions/sotcprp
Browse files Browse the repository at this point in the history
so-tcpreplay now runs if manager is offline
  • Loading branch information
m0duspwnens authored Jun 4, 2024
2 parents ef3a524 + c0b2cf7 commit 56a1653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
. /usr/sbin/so-common
. /usr/sbin/so-image-common

REPLAYIFACE=${REPLAYIFACE:-$(lookup_pillar interface sensor)}
REPLAYIFACE=${REPLAYIFACE:-"{{pillar.sensor.interface}}"}
REPLAYSPEED=${REPLAYSPEED:-10}

mkdir -p /opt/so/samples
Expand Down

0 comments on commit 56a1653

Please sign in to comment.