Reiner Tunnel in separatem Subnetz.
Kein extra Routing o.ä. konfiguriert.
Durchsatz zwischen alix 2d3 und x86_64 vm ca. 23 MBit/s bis 27 MBit/s.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #[=======================================================================[.rst: | |
| glibc | |
| ----- | |
| Check glibc version. | |
| Result variables | |
| ^^^^^^^^^^^^^^^^ | |
| ``GLIBC_VERSION`` | |
| glibc version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ptxd_lib_git_bsp_ver() | |
| { | |
| local git_ver | |
| local sed_ver | |
| local dbg_sfx='' | |
| git_ver="$(git -C "${PTXDIST_WORKSPACE}" describe --tags --dirty='+' --always)" || | |
| ptxd_bailout 'git describe failed!' | |
| # for correct version sort replace the dash before an RC suffix |
OlderNewer