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
Just to report a minor bug in the logical interface ipv6 output_filter code. Currently the output_filter is never configured properly.
Seems that here https://github.com/jeremmfr/terraform-provider-junos/blob/master/junos/resource_interface_logical.go#L781
There is a copy-paste error calling the filter_input variable instead of filter_output.
The text was updated successfully, but these errors were encountered:
Fixes #117: filter_output not set with good argument for family inet6
271be7a
in junos_interface_logical resource
Merge pull request #118 from jeremmfr/issue-117
4155f95
jeremmfr
Successfully merging a pull request may close this issue.
Just to report a minor bug in the logical interface ipv6 output_filter code.
Currently the output_filter is never configured properly.
Seems that here
https://github.com/jeremmfr/terraform-provider-junos/blob/master/junos/resource_interface_logical.go#L781
There is a copy-paste error calling the filter_input variable instead of filter_output.
The text was updated successfully, but these errors were encountered: