Skip to content

v0.7.8

Compare
Choose a tag to compare
@fhunleth fhunleth released this 04 Apr 13:34
  • Improvements

    • Store an interface's configuration in the ["interface", ifname, "config"]
      property. This makes it possible to subscribe to configuration changes (like
      any other property).
    • Print out IP addresses with VintageNet.info/0
  • Bug fixes

    • Fixed VintageNet.get_configuration/1 to return the configuration that will
      be applied even if it's not the configuration that's currently applied.
      The previous semantics would break code that made decisions based on the
      current configurations.