-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: MMaiero <[email protected]> Implemented missing methods for ipv6 firewall webui Signed-off-by: pierantoniomerlino <[email protected]> Fixed ipv4/6 validators Signed-off-by: pierantoniomerlino <[email protected]> Fixed portforwarding ipv6 Signed-off-by: pierantoniomerlino <[email protected]> Added default single host netmask value Signed-off-by: pierantoniomerlino <[email protected]> Fixed ip6address in port forward config Signed-off-by: pierantoniomerlino <[email protected]> Refactored gwt firewall methods Signed-off-by: pierantoniomerlino <[email protected]> Fixed ipv6 address validator Signed-off-by: pierantoniomerlino <[email protected]> Updated messages and tooltips Signed-off-by: pierantoniomerlino <[email protected]> Aligned unknown net value in update methods Signed-off-by: pierantoniomerlino <[email protected]> Fixed linux.net.iptables tests Signed-off-by: pierantoniomerlino <[email protected]>
- Loading branch information
1 parent
5b31737
commit 97889fe
Showing
31 changed files
with
3,975 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,4 +143,5 @@ protected AbstractLinuxFirewall getLinuxFirewall() { | |
} | ||
return this.firewall; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.