Skip to content

Commit

Permalink
T1392: improve VyOS boot time by changing {hot,cold}plug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mtudosoiu authored and c-po committed Jun 4, 2019
1 parent 1a83cbe commit 290fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vyatta_net_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Sys::Syslog qw(:standard :macros);
use Fcntl qw(:flock);

my $BOOTFILE = "/opt/vyatta/etc/config/config.boot";
my $VYATTACFG = "/opt/vyatta/config/active";
my $VYATTACFG = "/opt/vyatta/config/active/interfaces";

my $UDEVDIR = "/run/udev/";
my $VYATTAUDEV = $UDEVDIR . "vyatta";
Expand Down

0 comments on commit 290fc6e

Please sign in to comment.