Searched refs:lagg (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhyperv_vfup39 lagg=lagg$hn_unit
41 ifconfig $lagg > /dev/null 2>&1
47 ifconfig $lagg create > /dev/null 2>&1
50 echo "$lagg creation failed"
57 ifconfig $lagg laggproto failover laggport $hn laggport $vf
58 ifconfig $lagg inet6 no_dad
95 ifconfig $lagg up
98 dhclient $lagg
100 dhclient -b $lagg
[all...]
/freebsd-11-stable/tests/sys/net/
H A Dif_lagg_test.sh37 atf_set "descr" "Create a lagg and assign an address"
44 # Configure the lagg interface to use an RFC5737 nonrouteable addresses
52 # Create the lagg
80 atf_set "descr" "Simultaneously query a lagg while also creating or destroying it."
87 # Configure the lagg interface to use an RFC5737 nonrouteable addresses
97 # Up the lagg's children
103 # First thread: create and destroy the lagg
114 # Second thread: Query the lagg's status
124 echo "Created the lagg `stat -f %z creator_count.txt` times."
135 atf_set "descr" "Simultaneously create and destroy a lagg"
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c745 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
748 if (lagg->dtagd_nrecs < ragg->dtagd_nrecs)
751 if (lagg->dtagd_nrecs > ragg->dtagd_nrecs)
781 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
790 nrecs = lagg->dtagd_nrecs - 1;
802 lrec = &lagg->dtagd_rec[ndx];
892 dtrace_aggdesc_t *lagg = lh->dtahe_data.dtada_desc; local
900 assert(lagg->dtagd_nrecs == ragg->dtagd_nrecs);
902 lrec = &lagg->dtagd_rec[lagg
[all...]
/freebsd-11-stable/share/man/man4/
H A DMakefile264 lagg.4 \
704 MLINKS+=lagg.4 trunk.4
705 MLINKS+=lagg.4 if_lagg.4
/freebsd-11-stable/sys/net/
H A Dif_lagg.c75 /* Special flags we should propagate to the lagg ports. */
100 static const char laggname[] = "lagg";
167 /* lagg protocol table */
230 SYSCTL_NODE(_net_link, OID_AUTO, lagg, CTLFLAG_RW, 0,
238 "Accept input from any interface in a failover lagg");
537 /* Shutdown and remove lagg ports */
570 /* Get common enabled capabilities for the lagg ports */
577 * Apply common enabled capabilities back to the lagg ports.
588 /* Get other capabilities from the lagg ports */
628 "cannot add a lagg t
[all...]

Completed in 98 milliseconds