The following is another example of configuring the service order:
- [edit]
- services {
-
- service-set sset1 {
-
- next-hop-service {
- inside-service-interface ms-5/0/0.1;
- outside-service-interface ms-5/0/0.2;
- }
- extension-service jnx-msptest-plugin2;
- extension-service jnx-msptest-plugin1;
-
- service-order {
- forward-flow [ jnx-msptest-plugin1 jnx-msptest-plugin2
];
- reverse-flow [ jnx-msptest-plugin1 jnx-msptest-plugin2
];
- }
- }
- }
- }