search for: forwarded_port

Displaying 2 results from an estimated 2 matches for "forwarded_port".

Did you mean: forwarded_ports
2006 Jun 22
6
Capistrano with Local (not file:///) repository
I''m developing an rails app. The SVN repository resides on a (Win 2k) server on my company''s local intranet. The repository is accessed via http (Apache + mod_dav_svn). From this machine, it is not a problem to get out onto the Internet. However, coming in from the Internet is not possible (at least, not without a VPN connection). Given this, is it possible to use
2017 Aug 22
2
[Bug 1174] New: 'define' functionality not sufficient for maintaining sets and the like
...ments = { } Agreed, can omit the elements declaration, but important: * To clearly indicate that the intended initial condition is empty * For automated script-generation tools which would otherwise need to test for and branch if there were no elements Typical context: table ip global { set forwarded_ports { type inet_service elements = { 80, 443 } } set some_ports_set { type inet_service elements = { $some_ports } } set no_forwarded_ports { type inet_service # elements = { } # fails } } -- You are receiving this mail because: You are w...