Skip to content

Instantly share code, notes, and snippets.

@mjac
mjac / master.sh
Created July 13, 2022 10:53 — forked from tomkins/master.sh
Python IPv6 Neighbor Advertisements
#!/bin/bash
# all-routers ff02::2
# server1 fe80::f03c:91ff:1122:3344
# server2 fe80::f03c:91ff:5566:7788
exec /usr/local/sbin/pyv6na.py \
2001:db8::1 \
2001:db8::2 \
--interface enp0s3 \