perl_lover has asked for the wisdom of the Perl Monks concerning the following question:
firewall { family inet { replace: filter simple-test { term pdq-test { then { accept; } } } filter abx { term def { from { source-address { 1.1.1.1 }; } then { accept; } } } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Juniper firewall parser
by Marshall (Canon) on May 24, 2010 at 14:30 UTC | |
by perl_lover (Chaplain) on May 24, 2010 at 15:25 UTC | |
by Marshall (Canon) on May 24, 2010 at 16:05 UTC | |
by Anonymous Monk on May 25, 2010 at 07:50 UTC | |
|
Re: Juniper firewall parser
by rowdog (Curate) on May 25, 2010 at 09:22 UTC |