diff --git a/conf/main_ipv4.conf.sample b/conf/main_ipv4.conf.sample index 4a66c2e..bbaf8d9 100644 --- a/conf/main_ipv4.conf.sample +++ b/conf/main_ipv4.conf.sample @@ -1587,8 +1587,6 @@ portforward_udp="" - - # ============= # - MAC Address Filtering # ============= @@ -1614,7 +1612,6 @@ allow_remote_mac_src_addresses="" - # ============= # --- Basic behavior - overwrites settings from 'default_basic_behavior.conf' # ============= @@ -1672,7 +1669,6 @@ allow_remote_mac_src_addresses="" - # ============= # --- Block IP's / IP-Ranges # ============= diff --git a/conf/main_ipv6.conf.sample b/conf/main_ipv6.conf.sample index e7f5fc2..16f4a6e 100644 --- a/conf/main_ipv6.conf.sample +++ b/conf/main_ipv6.conf.sample @@ -1499,6 +1499,31 @@ portforward_udp="" +# ============= +# - MAC Address Filtering +# ============= + +# - MAC Addreses alowed to all destinations (gateway, remote, local networks) +# - +# - Blank separated list +# - +allow_all_mac_src_addresses="" + +# - MAC Addreses alowed to local networks (gateway, local networks) +# - +# - Blank separated list +# - +allow_local_mac_src_addresses="" + + +# - MAC Addreses alowed to remote networks +# - +# - Blank separated list +# - +allow_remote_mac_src_addresses="" + + + # ============= # --- Basic behavior # ============= @@ -1531,32 +1556,6 @@ portforward_udp="" -# ============= -# - MAC Address Filtering -# ============= - -# - MAC Addreses alowed to all destinations (gateway, remote, local networks) -# - -# - Blank separated list -# - -allow_all_mac_src_addresses="" - -# - MAC Addreses alowed to local networks (gateway, local networks) -# - -# - Blank separated list -# - -allow_local_mac_src_addresses="" - - -# - MAC Addreses alowed to remote networks -# - -# - Blank separated list -# - -allow_remote_mac_src_addresses="" - - - - # ============= # --- Block IP's / IP-Ranges # =============