mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 10:17:16 +01:00
10 lines
310 B
Bash
10 lines
310 B
Bash
## -*- mode: shell-script; -*-
|
|
##
|
|
## Lines that start with "##" will be removed before this code is
|
|
## added to the generated script. Regular shell comments can be added
|
|
## using single "#", these will appear in the script.
|
|
##
|
|
|
|
$IFCONFIG {{$interface_name}} {{if have_mtu}}mtu {{$mtu}}{{endif}} {{$options}}
|
|
|