diff options
Diffstat (limited to 'src/plugins/srv6-ad')
-rw-r--r-- | src/plugins/srv6-ad/ad.c | 1 | ||||
-rw-r--r-- | src/plugins/srv6-ad/node.c | 13 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/plugins/srv6-ad/ad.c b/src/plugins/srv6-ad/ad.c index 73ea3f6ac1f..1b11037f343 100644 --- a/src/plugins/srv6-ad/ad.c +++ b/src/plugins/srv6-ad/ad.c @@ -425,6 +425,7 @@ srv6_ad_init (vlib_main_t * vm) keyword_str, def_str, params_str, + 128, &sm->srv6_ad_dpo_type, format_srv6_ad_localsid, unformat_srv6_ad_localsid, diff --git a/src/plugins/srv6-ad/node.c b/src/plugins/srv6-ad/node.c index 8f32ae0e49e..dbd68cf4c98 100644 --- a/src/plugins/srv6-ad/node.c +++ b/src/plugins/srv6-ad/node.c @@ -1,4 +1,6 @@ /* + * node.c + * * Copyright (c) 2015 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -12,6 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include <vlib/vlib.h> #include <vnet/vnet.h> #include <vppinfra/error.h> @@ -705,9 +708,9 @@ VLIB_REGISTER_NODE (srv6_ad6_rewrite_node) = { /* *INDENT-ON* */ /* -* fd.io coding-style-patch-verification: ON -* -* Local Variables: -* eval: (c-set-style "gnu") -* End: + * fd.io coding-style-patch-verification: ON + * + * Local Variables: + * eval: (c-set-style "gnu") + * End: */ |