Skip to content

Instantly share code, notes, and snippets.

@haught
haught / Saml2Controller.php
Created February 24, 2022 18:14
Saml2Controller supporting swoole
<?php
namespace Haught\Saml2\Http\Controllers;
use Haught\Saml2\Events\Saml2LoginEvent;
use Haught\Saml2\Saml2Auth;
use Illuminate\Routing\Controller;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Redirect;
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c
index d04b6029983..6b35ebc998a 100644
--- a/sys/net/if_bridge.c
+++ b/sys/net/if_bridge.c
@@ -412,6 +412,13 @@ SYSCTL_INT(_net_link_bridge, OID_AUTO, allow_llz_overlap,
"Allow overlap of link-local scope "
"zones of a bridge interface and the member interfaces");
+/* allow reserved multicast through bridge */
+static VNET_DEFINE(int, allow_res_multicast);