VintageNet.Interface.to_raw_config

You're seeing just the function to_raw_config, go back to VintageNet.Interface module for more information.
Link to this function

to_raw_config(ifname, config)

View Source

Specs

to_raw_config(VintageNet.ifname(), map()) ::
  {:ok, VintageNet.Interface.RawConfig.t()} | {:error, any()}

Convert a configuration to a raw one

This can be used to validate a configuration without applying it.