commit da789a7c5eaa8adace9944b5f457399fbf2236ad
Author: Shane Gibson <shane@rackn.com>
Date: Sun Jan 19 09:03:55 2020 -0800
Add helper comment help for people to find source
Just a comment helper to help people find help on the helper that is sourced in for `setup.tmpl`.
M content/templates/setup.tmpl
commit cb35f7ec5106e23429f54510719fc38557df889e
Author: mclamb <mclamb.register+github@gmail.com>
Date: Tue Jan 7 21:13:18 2020 -0500
Filter out content after @ from ip -o link
ip -o link returns a list of all network links, some of which may include a portion with @ followed by the parent interface. This is filtered out to be properly passed to ip link set dev $intf up, otherwise it will err.
M task-library/templates/network-lldp-start.sh.tmpl
End of Note