diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-11-19 15:43:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 15:43:10 +0300 |
| commit | 0609190219214b1f18c677527c3de2404679e03f (patch) | |
| tree | a6d57dfb246887c2045032dd9ea8e66fcecc13cc /zebra/interface.c | |
| parent | 90a215ad3fdac363025b2f8a78b4ca683b675198 (diff) | |
| parent | 0beb61abc21c082e18dc1f1d78e256ca57cff337 (diff) | |
Merge pull request #10074 from opensourcerouting/assorted-20211116
lib/vtysh/ospf6d: assorted small bits
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index 63e3c04b28..25eb5fff9a 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -2896,6 +2896,7 @@ struct cmd_node link_params_node = { .node = LINK_PARAMS_NODE, .parent_node = INTERFACE_NODE, .prompt = "%s(config-link-params)# ", + .no_xpath = true, }; static void link_param_cmd_set_uint32(struct interface *ifp, uint32_t *field, |
