Hi,

If it is on a Web page you can simply use the star rating and leave feedback 
with a comment. 
My response rate from the  documentation team is still 100%.‎
  Originalnachricht  
Von: Chris Boyd
Gesendet: Dienstag, 15. Mai 2018 19:08
An: juniper-nsp@puck.nether.net
Betreff: [j-nsp] If there's anyone from Juniper on the list.....

Who can get a message over to the Documentation group, it would be great if you 
could update the doc on the “insert” command to note that you have to create 
the object first, and then move it with the insert.

May be common knowledge to old hands, but I’m still learning the ins and outs 
of JunOS. Looking at the doc, it seems that the order of operations would be 
this:

edit firewall family inet filter foo
insert term bar before term xyzzy
error: statement ‘bar' not found

But it’s actually this:

edit firewall family inet filter foo
set term bar from source-prefix-list source
set term bar from destination-prefix-list dest
set term bar from protocol tcp
set term bar from destination-port ssh
insert term bar before term xyzzy

—Chris

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to