1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/multicast-relay/fix-python_version.patch
Magnus Sandin 8fa4cbc113 testing/multicast-relay: new aport
https://github.com/alsmith/multicast-relay
Relay broadcast and multicast packets between interfaces
2021-12-22 06:48:33 +00:00

8 lines
153 B
Diff

--- a/multicast-relay.py.org
+++ b/multicast-relay.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import argparse
import binascii