Home
last modified time | relevance | path

Searched +full:bridge0 +full:- +full:2 (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh1 # $NetBSD: t_bridge.sh,v 1.16 2016/11/25 08:51:16 ozaki-r Exp $
11 # 2. Redistributions in binary form must reproduce the above copyright
34 IP62=fc00::2
40 DEBUG=${DEBUG:-false}
82 addr=${2}
89 atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${addr}
91 atf_check -s exit:0 rump.ifconfig shmif0 inet ${addr} netmask 0xffffff00
94 atf_check -s exit:0 rump.ifconfig shmif0 up
101 addr=${2}
106 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
[all …]
/freebsd/tools/tools/nanobsd/pcengines/
H A Dtest.sh8 ARG="-cpu pentium"
9 ARG="$ARG -hda /usr/obj/nanobsd.alix_dsk/_.disk.full -boot c"
10 ARG="$ARG -hdb /z/scratch/scratch"
11 ARG="$ARG -net nic,model=e1000"
12 ARG="$ARG -net tap,ifname=tap0,script=no,downscript=no"
13 ARG="$ARG -m 1024 -k de -localtime -nographic"
17 ARG="-cpu pentium"
18 ARG="$ARG -hda /usr/obj/nanobsd.alix_nfs/_.disk.full -boot c"
19 ARG="$ARG -hdb /z/scratch/scratch"
20 ARG="$ARG -net nic,model=e1000"
[all …]
/freebsd/share/man/man4/
H A Dbridge.42 .\" SPDX-License-Identifier: BSD-4-Clause
16 .\" 2. Redistributions in binary form must reproduce the above copyright
49 .Bd -ragged -offset indent
56 .Bd -literal -offset indent
100 has a non-zero value, the newly created bridge will inherit the MAC
101 address from its first member instead of choosing a random link-level
113 802.11-to-Ethernet bridge for wireless hosts, or traffic isolation.
149 Changing capabilities at run-time may cause NIC reinit and a link flap.
168 variable configures an IPv6 link-local address on
169 .Li bridge0
[all …]
H A Dmwl.41 .\"-
11 .\" 2. Redistributions in binary form must reproduce at minimum a disclaimer
39 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
66 and host-based access point operation modes.
79 AES-CCM, TKIP, and Michael cryptographic operations.
109 driver come in either Cardbus or mini-PCI packages.
113 .Bd -literal -offset indent
120 .Bd -literal -offset indent
126 .Bd -literal -offset indent
[all …]
H A Dath.41 .\"-
2 .\" Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
11 .\" 2. Redistributions in binary form must reproduce at minimum a disclaimer
39 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
61 IBSS, MBSS, WDS/DWDS TDMA, and host-based access point operation modes.
70 AR5210-based devices support 802.11a operation with transmit speeds
72 AR5211-based devices support 802.11a and 802.11b operation with transmit
74 1Mbps, 2Mbps, 5.5 Mbps and 11Mbps for 802.11b operation.
75 AR5212-based devices support 802.11a, 802.11b, and 802.11g operation
[all …]
/freebsd/contrib/netbsd-tests/net/if_tap/
H A Dt_tap.sh1 # $NetBSD: t_tap.sh,v 1.6 2016/11/25 08:51:16 ozaki-r Exp $
11 # 2. Redistributions in binary form must reproduce the above copyright
35 IP6_TAP=fc00::2
38 DEBUG=${DEBUG:-false}
57 atf_check -s exit:0 rump.ifconfig tap0 create
58 atf_check -s exit:0 rump.ifconfig tap0 destroy
61 atf_check -s exit:0 rump.ifconfig tap0 create
62 atf_check -s exit:0 rump.ifconfig tap0 $IP4_TAP
63 atf_check -s exit:0 rump.ifconfig tap0 up
64 atf_check -s exit:0 rump.ifconfig tap0 destroy
[all …]
/freebsd/sbin/devd/
H A Ddevd.conf7 # NB: device-name is shorthand for 'match device-name'
12 # that they are returned from readdir(3). The rule-sets are combined
16 pid-file "/var/run/devd.pid";
19 #XXX Yes, this is gross -- imp
20 set wifi-driver-regex
21 "(ath|ath[0-9]+k|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|mtw|otus|\
22 ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
37 # ifconfig bridge0 destroy; ifconfig bridge0 create
41 match "subsystem" "!(usbus|wlan)[0-9]+";
51 device-name "$wifi-driver-regex";
[all …]
/freebsd/tools/tools/net80211/scripts/
H A Dsetup.wpa29 BRIDGE=bridge0
11 SSID=$SSID-wpa
12 CONF=$TMPDIR/bsd-$WLAN.conf
17 rm -f $conf
21 logger_syslog=-1
23 logger_stdout=-1
26 wpa=2
27 wpa_key_mgmt=WPA-PSK
34 rm -f $CONF" 2
36 #mwldebug -i $WIRELESS hal
[all …]
H A Dsetup.wpa2.tkip9 BRIDGE=bridge0
11 SSID=$SSID-wpa
12 CONF=$TMPDIR/bsd-$WLAN.conf
17 rm -f $conf
21 logger_syslog=-1
23 logger_stdout=-1
26 wpa=2
27 wpa_key_mgmt=WPA-PSK
34 rm -f $CONF" 2
36 #mwldebug -i $WIRELESS hal
[all …]
H A Dsetup.wpa1.aes9 BRIDGE=bridge0
11 SSID=$SSID-wpa
12 CONF=$TMPDIR/bsd-$WLAN.conf
17 rm -f $conf
21 logger_syslog=-1
23 logger_stdout=-1
27 wpa_key_mgmt=WPA-PSK
34 rm -f $CONF" 2
37 #wlandebug -i $WLAN assoc+crypto
38 wlandebug -i $WLAN assoc
[all …]
H A Dsetup.wpa1.tkip9 BRIDGE=bridge0
11 SSID=$SSID-wpa
12 CONF=$TMPDIR/bsd-$WLAN.conf
17 rm -f $conf
21 logger_syslog=-1
23 logger_stdout=-1
27 wpa_key_mgmt=WPA-PSK
34 rm -f $CONF" 2
37 #wlandebug -i $WLAN assoc+crypto
38 wlandebug -i $WLAN assoc
[all …]
H A Dsetup.wpa3 # Script for testing single-bss WPA1+WPA2.
9 BRIDGE=bridge0
11 CONF=$TMPDIR/bsd-$WLAN.conf
12 SSID=$SSID-wpa
17 rm -f $conf
21 logger_syslog=-1
23 logger_stdout=-1
27 wpa_key_mgmt=WPA-PSK
34 rm -f $CONF" 2
37 #wlandebug -i $WLAN assoc+crypto
[all …]
H A Dsetup.updown.wpa11 BRIDGE=bridge0
12 SSID=$SSID-wpa
14 CONF=$TMPDIR/bsd-$WLAN.conf
19 rm -f $conf
23 logger_syslog=-1
25 logger_stdout=-1
29 wpa_key_mgmt=WPA-PSK
37 echo "---- $n"; n=`expr $n + 1`
39 wlandebug -i $WLAN assoc
52 sleep 2
[all …]
H A Dsetup.mixed3 # Script for testing multi-bss open+WPA1+WPA2.
9 BRIDGE=bridge0
11 CONF=$TMPDIR/bsd-$WPA_WLAN.conf
12 WPA_SSID=$SSID-wpa
18 rm -f $conf
20 interface=$2
22 logger_syslog=-1
24 logger_stdout=-1
28 wpa_key_mgmt=WPA-PSK
35 ifconfig $OPEN_WLAN destroy; rm -f $CONF" 2
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dsctp.sh2 # SPDX-License-Identifier: BSD-2-Clause-FreeBSD
11 # 2. Redistributions in binary form must reproduce the above copyright
32 if ! kldstat -q -m sctp; then
57 atf_check -s exit:0 -o ignore \
58 jexec ${j}a ping -c 1 192.0.2.2
60 jexec ${j}a pfctl -e
65 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 &
70 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234)
81 echo "foo" | jexec ${j}a nc --sctp -N -l 1234 &
84 out=$(jexec ${j}b nc --sctp -N -w 3 192.0.2.1 1234)
[all …]
H A Dpfsync.sh2 # SPDX-License-Identifier: BSD-2-Clause
11 # 2. Redistributions in binary form must reproduce the above copyright
72 jexec one pfctl -e
76 jexec two pfctl -e
81 hostid_one=$(jexec one pfctl -si -v | awk '/Hostid:/ { gsub(/0x/, "", $2); printf($2); }')
85 ping -c 1 -S 198.51.100.254 198.51.100.1
88 sleep 2
90 if ! jexec two pfctl -s states | grep icmp | grep 198.51.100.1 | \
95 if ! jexec two pfctl -sc | grep ""${hostid_one}"";
97 jexec two pfctl -sc
[all …]
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/fpga/fpga-region.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michal Simek <michal.simek@amd.com>
14 - Introduction
15 - Terminology
16 - Sequence
17 - FPGA Region
18 - Supported Use Models
[all …]
H A Dfpga-region.txt6 - Introduction
7 - Terminology
8 - Sequence
9 - FPGA Region
10 - Supported Use Models
11 - Device Tree Examples
12 - Constraints
82 ---
[all...]
/freebsd/crypto/openssh/
H A DREADME.tun1 How to use OpenSSH-based virtual private networks
2 -------------------------------------------------
5 tunnel pseudo-device which is available on most platforms, either for
6 layer 2 or 3 traffic.
22 (2) Server: Restrict client access and assign the tunnel
29 tunnel="1",command="sh /etc/netstart tun1" ssh-rsa ... reyk@openbsd.org
33 Use the hostname.if(5) interface-specific configuration file to set up
40 OpenBSD also supports layer 2 tunneling over the tun device by adding
45 Layer 2 tunnels can be used in combination with an Ethernet bridge(4)
46 interface, like the following example for /etc/bridgename.bridge0:
[all …]
/freebsd/tests/sys/net/
H A Dif_bridge_test.sh2 # SPDX-License-Identifier: BSD-2-Clause
14 # 2. Redistributions in binary form must reproduce the above copyright
61 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 3 -t 1 192.0.2.2
62 atf_check -s exit:0 -o ignore jexec singsing ping -c 3 -t 1 192.0.2.1
117 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ]
126 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ]
192 if [ -z "${a_discard}" ] && [ -z "${b_discard}" ]
201 if [ -z "${a_forwarding}" ] && [ -z "${b_forwarding}" ]
236 atf_check -s exit:1 -o ignore -e ignore \
240 atf_check -s exit:1 -o ignore -e ignore \
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_snmp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
12 * 2. Redistributions in binary form must reproduce the above copyright
75 static char bif_default_name[IFNAMSIZ] = "bridge0";
87 if (strcmp(ifp->name, bif_default->bif_name) == 0) in bridge_get_default()
103 bif == NULL ? "(none)" : bif->bif_name); in bridge_set_default()
118 return (-1); in bridge_set_default_name()
154 if ((ctx->scratch->int1 = strlen(bridge_default)) >= IFNAMSIZ) in bridge_default_name_save()
155 return (-1); in bridge_default_name_save()
157 if ((ctx->scratch->ptr1 = malloc(IFNAMSIZ)) == NULL) in bridge_default_name_save()
[all …]
H A DBEGEMOT-BRIDGE-MIB.txt1 --
2 -- Copyright (C) 2006 Shteryana Shopova <syrinx@FreeBSD.org>
3 -- All rights reserved.
4 --
5 -- Redistribution and use in source and binary forms, with or without
6 -- modification, are permitted provided that the following conditions
7 -- are met:
8 -- 1. Redistributions of source code must retain the above copyright
9 -- notice, this list of conditions and the following disclaimer.
10 -- 2. Redistributions in binary form must reproduce the above copyright
[all …]
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt44 make this document a waste of your time. For greater under-
45 standing of firewalls, the authors recommend reading Build-
46 ing Internet Firewalls, Chapman & Zwicky, O'Reilly and Asso-
47 ciates; and TCP/IP Illustrated, Volume 1, Stevens, Addison-
57 any damages incurred due to actions taken based on this doc-
59 a firewall based on IP-Filter. If you do not feel
69 -2-
73 should stop reading this document and hire a qualified secu-
79 Unless otherwise stated, HOWTO documents are copy-
104 <http://coombs.anu.edu.au/~avalon/ip-filter.html>
[all …]
/freebsd/libexec/rc/
H A Drc.conf3 # This is rc.conf - a file full of useful variables that you can set
20 ### Important initial Boot-time options ####################
51 kldxref_module_path="" # Override kern.module_path. A ';'-delimited list.
56 tmpmfs_flags="-S" # Extra mdmfs options for the mfs /tmp
60 varmfs_flags="-S" # Extra mount options for the mfs /var
68 var_run_mtree="/var/db/mtree/BSD.var-run.mtree"
102 #geli_da1_flags="-p -k /etc/geli/da1.keys"
104 #geli_mirror_home_flags="-k /etc/geli/home.keys"
106 #geli_storage_flags="-k /etc/geli/storage.keys"
108 #geli_backup_flags="-j /etc/geli/backup.passfile -k /etc/geli/backup.keys"
[all …]
/freebsd/share/man/man5/
H A Drc.conf.59 .\" 2. Redistributions in binary form must reproduce the above copyright
93 to store jail-specific configuration options.
120 .Bl -tag -width indent-two
269 auto-jail the service with inherited filesystem and other
323 disable auto-loading of kernel modules with
327 A whitespace-separated list of kernel modules to be ignored by
341 A whitespace-separated list of kernel modules to be ignored by
345 A whitespace-separated list of kernel modules to load right after
381 A semi-colon
408 Enable auto-jailing of all services which are not explicitly
[all …]