GitHub user digitalgust opened a pull request:
https://github.com/apache/cloudstack/pull/1662
Fix bug juniper srx
if the public interface has marked untagged ,the vlan is
âvlan://untaggedâ ,but old source is âuntaggedâ , so it will raise a
exception : Unable to parse VLAN tag: vlan://untagged
%action% not replaced. It will report syntax error when configure
outgress rule to Juniper srx hardware firewall.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/digitalgust/cloudstack fix_bug_juniper_srx
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1662.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1662
----
commit 49ff456c583bb1a00437b067521942440690240a
Author: digitalgust <[email protected]>
Date: 2016-08-25T02:29:05Z
hardware firewall operation bug
if the public interface has marked untagged ,the vlan is
âvlan://untaggedâ ,but old source is âuntaggedâ , so it will raise a
exception : Unable to parse VLAN tag: vlan://untagged
%action% not replaced. It will report syntax error when configure
outgress rule to Juniper srx hardware firewall.
commit 7f7af0aad23ec88a25a5e86a19959fc15aeec414
Author: digitalgust <[email protected]>
Date: 2016-08-25T02:51:35Z
Revert "hardware firewall operation bug"
This reverts commit 49ff456c583bb1a00437b067521942440690240a.
commit 42135f0ba5605b56615e0c923f1e47918be3663e
Author: digitalgust <[email protected]>
Date: 2016-08-25T03:13:05Z
Revert "Revert "hardware firewall operation bug""
This reverts commit 7f7af0aad23ec88a25a5e86a19959fc15aeec414.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---