Skip to content

Releases: kazubu/junos-dslite-autoconfig

Release v0.2.1

05 Mar 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

20 Feb 09:33
Compare
Choose a tag to compare

What's Changed

  • Enable TLS certificate verification by default if provisioning server requests it. Use --insecure option to disable manually.
    • This change breaks backward-compatibility for get_provisioning_data method. Use provisioning_server Hash instead of URL string as parameter.

Full Changelog: v0.1.1...v0.2.0

Release v0.1.1

20 Feb 09:21
Compare
Choose a tag to compare

What's Changed

  • implement DHCPv6 information based DNS server configuration in #2

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

19 Feb 12:55
Compare
Choose a tag to compare

It's the first release of this program.

This release supports:

  • Discovery provisioning server from NGN DNS server.
  • Retrieve DS-Lite provisioning data from provisioning server.
  • Resolve DS-Lite AFTR address if provisioning data contains FQDN-based AFTR address.
  • Check the address of external interface for tunnel source.
  • Generate DS-Lite Tunnel configuration for Junos.
  • Configure DS-Lite Tunnel configuration if configuration change is required.

Known Issues

  • AFTR address may changed in every execution if multiple addresses are returned from DNS server for FQDN AFTR address #1