Some daemons, such as staticd, which have been converted to mgmtd,
require the SRv6 types defined in the ietf-srv6-types YANG model.
This commit updates mgmtd to load the ietf-srv6-types YANG model.
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
#include "routing_nb.h"
#include "affinitymap.h"
#include "zebra/zebra_cli.h"
+#include "srv6.h"
/* mgmt options, we use GNU getopt library. */
static const struct option longopts[] = {
&zebra_route_map_info,
&ietf_key_chain_cli_info,
&ietf_key_chain_deviation_info,
+ &ietf_srv6_types_info,
#ifdef HAVE_RIPD
&frr_ripd_cli_info,