Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow setting a default lease time for networks #1799

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 2, 2024

  1. lib/vagrant-libvirt/action/create_networks.rb: add new parameter @net…

    …work_dhcp_default_lease_time
    johanneskastl committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f05dca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. lib/vagrant-libvirt/templates/private_network.xml.erb: add lease_expi…

    …ry if @network_dhcp_default_lease_time is set
    johanneskastl committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1aa7ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9306375 View commit details
    Browse the repository at this point in the history
  3. lib/vagrant-libvirt/templates/private_network.xml.erb: always specify…

    … DHCP range with a closing </range>, to allow adding @network_dhcp_bootp_file or @network_dhcp_default_lease_time in between
    johanneskastl committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4c25b52 View commit details
    Browse the repository at this point in the history