Skip to content

Commit

Permalink
allow for new tunneldigger style l2tp interface names. related to #31
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Apr 28, 2018
1 parent 7d3c2a6 commit 9eb8c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opt/babeld-monitor/babeld-monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else

# add tunnel interfaces to babeld
echo "add tunnel interfaces to babeld..."
ip addr | tr ' ' '\n' | grep -E "l2tp[0-9]+$" | sort | uniq | xargs -L 1 babeld -a
ip addr | tr ' ' '\n' | grep -E "l2tp[0-9\-]+$" | sort | uniq | xargs -L 1 babeld -a
babeld -i | head -n1
echo "add tunnel interfaces to babeld done."

Expand Down

0 comments on commit 9eb8c7f

Please sign in to comment.