Skip to content

Commit

Permalink
w/a issue clicon#334: ntp server 1.2.3.4 is ambiguous
Browse files Browse the repository at this point in the history
We have the exact same problem with ntp servers in ietf-system as in
clicon#334

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Mar 14, 2023
1 parent 1e136bc commit 3d7f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/cli_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ main(int argc,
* Alterntaive is to add "preference" keyword in the CLIgen syntax that overrides this.
* Note there may be terminal tiebreaks liuke this which would motivate a setting to "3"?
*/
cligen_preference_mode_set(cli_cligen(h), 2);
cligen_preference_mode_set(cli_cligen(h), 1); /* kkit w/a issue #334 */

/* Call start function in all plugins before we go interactive
*/
Expand Down

0 comments on commit 3d7f109

Please sign in to comment.