summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/book-enea-edge-getting-started/doc/net_config_options.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/net_config_options.xml b/doc/book-enea-edge-getting-started/doc/net_config_options.xml
index ed8674d..7238fef 100644
--- a/doc/book-enea-edge-getting-started/doc/net_config_options.xml
+++ b/doc/book-enea-edge-getting-started/doc/net_config_options.xml
@@ -219,8 +219,8 @@
219 <listitem> 219 <listitem>
220 <para>In order to edit an already configured interface, (as in the 220 <para>In order to edit an already configured interface, (as in the
221 example pop-up shown below, a WAN interface) double click on the 221 example pop-up shown below, a WAN interface) double click on the
222 desired one and a pop-up will appear. A different pop-up appears for 222 desired one and a pop-up will appear. A different pop-up appears
223 each type of interface. From the <emphasis role="bold">Host 223 for each type of interface. From the <emphasis role="bold">Host
224 Interface</emphasis> window, a user can change the networking type 224 Interface</emphasis> window, a user can change the networking type
225 and the IP address assignment:</para> 225 and the IP address assignment:</para>
226 226
@@ -652,10 +652,15 @@
652 <title>Custom Scripts for Custom Networking Configurations</title> 652 <title>Custom Scripts for Custom Networking Configurations</title>
653 653
654 <para>The custom scripts feature allows users to execute user-defined 654 <para>The custom scripts feature allows users to execute user-defined
655 scripts on the uCPE device at various times.This allows for more flexible 655 scripts on the uCPE device at various times. This allows for more flexible
656 and advanced configurations such as a LTE modem configuration, advanced 656 and advanced configurations such as a LTE modem configuration, advanced
657 network configurations or OVS flow rule programming at any time.</para> 657 network configurations or OVS flow rule programming at any time.</para>
658 658
659 <note>
660 <para>In the current Enea Edge Management application version custom
661 scripts are not supported as part of the offline config.</para>
662 </note>
663
659 <section id="upload_scripts"> 664 <section id="upload_scripts">
660 <title>Uploading Scripts</title> 665 <title>Uploading Scripts</title>
661 666
@@ -721,6 +726,16 @@
721 role="bold">Send</emphasis>.</para> 726 role="bold">Send</emphasis>.</para>
722 </listitem> 727 </listitem>
723 </orderedlist> 728 </orderedlist>
729
730 <note>
731 <para>If two scripts are uploaded one at a time, the Enea Edge
732 Management application will delete the first script already added from
733 the device and apply the new one. In order for both scripts to be available on
734 the device, both scripts must be uploaded at once.</para>
735
736 <para>If multiple custom scripts of the same type are uploaded at the
737 same time, they are executed in alphabetical order.</para>
738 </note>
724 </section> 739 </section>
725 740
726 <section id="remove_scripts"> 741 <section id="remove_scripts">