Hello Serj,
Your product is awesome, however I am having an issue with the nested views. I wish to put this in the global-commands.xml :
<COMMAND name="exit"
help="Exit from this view, up one level"
lock="false">
<ACTION builtin="clish_nested_up"/>
</COMMAND>
so that I can exit up one level from whichever nested view I am in. I have set the restore tag in root-view, and I have set up the nested views in such a way:
root-view.xml has default depth=0
enable-mode.xml has depth=1
configure-mode has depth=2
then there are multiple nested views in configure, such as interace-view, which have depth=3.
Actually here is the grep output:
# grep -r depth etc/clish-xml/
etc/clish-xml/chilli-view.xml: depth="3">
etc/clish-xml/configure-view.xml: depth="2">
etc/clish-xml/root-view.xml: restore="depth">
etc/clish-xml/enable-view.xml: depth="1">
etc/clish-xml/interface-view.xml: depth="3">
etc/clish-xml/dhcp-view.xml: depth="3">
It seems from what I have read that this should function fine. However when it is set up like this, and I try to make a change from config mode or do anything with konfd, then I will get the message:
The error while request to the config daemon.
But you can see the konfd daemon is running as the user:
# ps -ef | grep konfd
user 2889 1 0 06:29 ? 00:00:00 /usr/bin/konfd
Is it possible to do it this way, or am I missing something simple?
Thanks
-------------------------------------------------
IMPORTANT NOTICE: The information in this email is confidential and may also be privileged.
If you are not the intended recipient, any use or dissemination of the information and any disclosure or copying of this email is unauthorised and strictly prohibited. If you have received this email in error, please promptly inform us by reply email or telephone. You should also delete this email and destroy any hard copies produced.