Skip to content

Commit

Permalink
rc: mv VPN init up a bit so that filter is reloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 13, 2018
1 parent 9f94bcb commit 27fe55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rc.bootup
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ services_dhcrelay_configure(true);
services_dhcrelay6_configure(true);

prefer_ipv4_or_ipv6();
plugins_configure('vpn', true);
filter_configure_sync(true);

/* XXX components must generate their stuff on their own */
configd_run('template reload *');

plugins_configure('vpn', true);
plugins_configure('bootup', true);

rrd_configure(true);
Expand Down

0 comments on commit 27fe55f

Please sign in to comment.