#!/bin/sh
# DF-0423 run (root): set up vulnerable mrouter state, inject PIM REGISTER.
# Demonstrates the vulnerable state (netstat -gn shows mif 0 deleted, reg_mif_num stale).
cd "$(dirname "$0")"
ifconfig tap0 create 2>/dev/null; ifconfig tap0 up
./poc_trigger
