mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
https://github.com/alsmith/multicast-relay Relay broadcast and multicast packets between interfaces
8 lines
153 B
Diff
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
|