Skip to content

Commit

Permalink
Update PacketRusher's config.yml (#243)
Browse files Browse the repository at this point in the history
* Update PacketRusher's config.yml

Format of PacketRusher's configuration has been modified in a non backward-compatible way to support multiples AMF (and load balance traffic to multiple AMF using TNL associations).

Sorry for the inconvenience, and thanks for using PacketRusher! :-)

* Update PacketRusher's image_info.sh
  • Loading branch information
linouxis9 authored Apr 15, 2024
1 parent f81b17c commit 400d715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/packetrusher/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ ue:
nea3: false

amfif:
ip: "${AMF_ADDR}"
port: 38412
- ip: "${AMF_ADDR}"
port: 38412
2 changes: 1 addition & 1 deletion images/packetrusher/image_info.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE_TAG=f956472
IMAGE_TAG=46f1706
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=

0 comments on commit 400d715

Please sign in to comment.