diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-04-04 19:24:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-04 19:24:14 -0400 |
| commit | f61f266a0e484d3ba78a644f36a3a4f7113cfc74 (patch) | |
| tree | 728ed9d219c276bbe6e01200c58594b392555c13 /lib/northbound_cli.c | |
| parent | 04ca9856ba4eedc913ef7caf0e0c27b030d893dd (diff) | |
| parent | 6a3fdeecf102f18afa95dbbe714d3b72f9e2a9dc (diff) | |
Merge pull request #3548 from opensourcerouting/rip-vrf
rip(ng)d: add VRF support
Diffstat (limited to 'lib/northbound_cli.c')
| -rw-r--r-- | lib/northbound_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/northbound_cli.c b/lib/northbound_cli.c index 33035de31b..917b048105 100644 --- a/lib/northbound_cli.c +++ b/lib/northbound_cli.c @@ -1297,7 +1297,7 @@ DEFPY (show_yang_operational_data, yang_dnode_free(dnode); return CMD_WARNING; } - lyd_validate(&dnode, LYD_OPT_DATA | LYD_OPT_DATA_NO_YANGLIB, ly_ctx); + lyd_validate(&dnode, LYD_OPT_GET, ly_ctx); /* Display the data. */ if (lyd_print_mem(&strp, dnode, format, |
