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

Skip munge in full netmask addresses #54

Closed
pieterlange opened this issue Aug 7, 2013 · 0 comments
Closed

Skip munge in full netmask addresses #54

pieterlange opened this issue Aug 7, 2013 · 0 comments

Comments

@pieterlange
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant