File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
net/pfSense-pkg-WireGuard/files/usr/local/pkg/wireguard/includes Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -455,11 +455,11 @@ function wg_gateways_set_enable($enable = true) {
455
455
456
456
wg_write_config ("{$ action } all WireGuard gateways. " , false );
457
457
458
- // Now we need to reconfigure the packet filter rules
459
- filter_configure ();
460
-
461
458
// and now restart dpinger
462
459
setup_gateways_monitor ();
460
+
461
+ // Now we need to reconfigure the packet filter rules
462
+ filter_configure ();
463
463
}
464
464
465
465
/*
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ function wg_deinstall() {
117
117
// Stop and remove the WireGuard service
118
118
wg_service_deinstall (true );
119
119
120
- update_status ("done. \n Disabling any WireGuard gateways... " );
120
+ update_status ("done. \n Disabling any WireGuard gateways... " );
121
121
122
122
// Disables any WireGuard gateways as these interfaces are now gone
123
123
wg_gateways_set_enable (false );
You can’t perform that action at this time.
0 commit comments