Searched +full:- +full:lnet (Results 1 – 6 of 6) sorted by relevance
2 # SPDX-License-Identifier: GPL-2.08 # ns1 ---- ns3 ----- ns4 ---- ns221 # Kselftest framework requirement - SKIP code is 4.35 local lnet=$439 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…41 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu…48 local lnet=$453 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 …54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 …56 do_esp_policy $ns $me $remote $lnet $rnet[all …]
2 # SPDX-License-Identifier: GPL-2.07 # Originator (MTU 9000) <-Router1-> MTU 1500 <-Router2-> Responder (MTU 2000)14 # nft_flowtable.sh -o8000 -l1500 -r200017 sfx=$(mktemp -u "XXXXXXXX")18 ns1="ns1-$sfx"19 ns2="ns2-$sfx"20 nsr1="nsr1-$sfx"21 nsr2="nsr2-$sfx"23 # Kselftest framework requirement - SKIP code is 4.31 log_netns=$(sysctl -n net.netfilter.nf_log_all_netns)[all …]
3 AC_INIT([c-ares], [1.19.1],4 [c-ares mailing list: http://lists.haxx.se/listinfo/c-ares])8 dnl passing -version-info 3:12:1 sets current to 3, revision to 12, and age to57 if test -z "$SED" || test "$SED" = "not_found"; then66 if test -z "$GREP" || test "$GREP" = "not_found"; then73 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then75 EGREP="$GREP -E"81 if test -z "$EGREP" || test "$EGREP" = "not_found"; then88 if test -z "$AR"; then92 if test -z "$AR" || test "$AR" = "not_found"; then[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->22 ./bootstrap-vcpkg.sh33 the `GIT-INFO.md` file in the root directory for specific instructions on how41 ./configure --with-openssl [--with-gnutls --with-wolfssl]52 ./configure --help57 ./configure --prefix=/path/to/curl/tree63 ./configure --prefix=$HOME72 ./configure --with-openssl[all …]
3 # SPDX-License-Identifier: curl5 name: non-native10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'17 - 'plan9/**'[all …]
21 # SPDX-License-Identifier: curl29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])69 if test -z "$SED"; then73 if test -z "$SED" || test "$SED" = "not_found"; then81 if test -z "$GREP"; then85 if test -z "$GREP" || test "$GREP" = "not_found"; then91 dnl 'grep -E' is mandatory for configure process and libtool.93 if test -z "$EGREP"; then95 AC_MSG_CHECKING([that grep -E works])96 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then[all …]