You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/05/26 23:07:04 UTC

[jira] [Commented] (VCL-971) Add support for Ubuntu's ufw firewall

    [ https://issues.apache.org/jira/browse/VCL-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027004#comment-16027004 ] 

ASF subversion and git services commented on VCL-971:
-----------------------------------------------------

Commit 1796358 from arkurth@apache.org in branch 'vcl/trunk'
[ https://svn.apache.org/r1796358 ]

VCL-971
Updated ufw.pm::save_configuration to add the '*<table>' lines as it finds them which could be intermingled with lines containing 'vcl'. It was previously assuming everything belonged in 'filter'.

Updated iptables.pm::get_table_info to handle text in the jump section of a rule that contains special characters such as square brackets. The code was previously passing what it found to a s/// regex. This was failing if the text contained special regex characters. Rewrote regex which locates the jump section to exclude any part of a subsequent match section.

Tested using Ubuntu/ufw for both a NAT host and client and it worked fine.

> Add support for Ubuntu's ufw firewall
> -------------------------------------
>
>                 Key: VCL-971
>                 URL: https://issues.apache.org/jira/browse/VCL-971
>             Project: VCL
>          Issue Type: New Feature
>          Components: vcld (backend)
>            Reporter: Andy Kurth
>            Assignee: Andy Kurth
>             Fix For: 2.5
>
>
> The backend code currently does not have the ability to configure Ubuntu's ufw-based firewall.  This functionality should be added.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)