View | Details | Raw Unified | Return to bug 33295
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- etc/net/scripts/create-bri
0
++ etc/net/scripts/create-bri
Lines 4-10 pickup_defaults Link Here
4
init_netprofile
4
init_netprofile
5
pickup_options
5
pickup_options
6
6
7
: ${HOST:?HOST must be set for $NAME}
7
is_no "$IFUP_PARENTS" || \
8
	: ${HOST:?HOST must be set for $NAME}
8
9
9
if profiled_filename PROF_BRCTL "$MYIFACEDIR/brctl"; then
10
if profiled_filename PROF_BRCTL "$MYIFACEDIR/brctl"; then
10
	print_error "ignoring brctl-style options in $PROF_BRCTL"
11
	print_error "ignoring brctl-style options in $PROF_BRCTL"

Return to bug 33295