VintageNet.Interface.deconfigure

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

deconfigure(ifname, options \\ [])

View Source

Specs

deconfigure(VintageNet.ifname(), VintageNet.configure_options()) ::
  :ok | {:error, any()}

Deconfigure the interface

This doesn't exit this GenServer, but the interface won't be usable in any real way until it's configured again.

This function is not normally called.