Documentation
¶
Index ¶
Constants ¶
View Source
const DriverName = "pasta"
Variables ¶
This section is empty.
Functions ¶
func NewChildDriver ¶
func NewChildDriver() network.ChildDriver
Types ¶
type Features ¶
type Features struct {
// Has `--host-lo-to-ns-lo` (introduced in passt 2024_10_30.ee7d0b6)
// https://passt.top/passt/commit/?id=b4dace8f462b346ae2135af1f8d681a99a849a5f
HasHostLoToNsLo bool
// Has `--conf-path` (introduced in passt 2026_05_07.1afd4ed)
// https://passt.top/passt/commit/?id=f1d893ca1926e58ae5a2bf5602b515a883f3f994
HasConfPath bool
}
func DetectFeatures ¶
Click to show internal directories.
Click to hide internal directories.