If say i have a container
container abc
{
tailf:cli-full-command;
tailf:cli-add-mode;
list oogway
{
key oogway;
tailf:cli-mode-name "kung-fu-panda";
leaf oogway
{
tailf:cli-drop-node-name;
tailf:cli-full-command;
tailf:info "<1-128> Gateway Router ID";
type uint32 {
tailf:info "<1-128> Gateway Router ID";
range 1..128;
}
}
leaf number
{
tailf:cli-full-command;
tailf:info "<1-128> Gateway Router ID";
type uint32 {
tailf:info "<1-128> Gateway Router ID";
range 1..128;
}
}
}
So according to ConfD-6.4.2 , I have to use -cli-suppress mode and cli-drop-node in combination.
But the same manual says cli-suppress-mode cannot be used when we specify cli-mode-name.
Is there any way around?