We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The parser tries to evaluate full IP netmask addresses but can only take in CIDR notation.
Skip the IPAddr.new('255.255.255.255').mask(value.strip.to_i).to_s line in lib/puppet/type/network_route.rb if netmask matches the IP regex.
The text was updated successfully, but these errors were encountered:
(network-#54) Allow ip address netmasks for network_route
6f547bf
c7c2fce
No branches or pull requests
The parser tries to evaluate full IP netmask addresses but can only take in CIDR notation.
Skip the IPAddr.new('255.255.255.255').mask(value.strip.to_i).to_s line in lib/puppet/type/network_route.rb if netmask matches the IP regex.
The text was updated successfully, but these errors were encountered: