diff options
Diffstat (limited to 'templates/protocols/rpki/initial-synchronization-timeout/node.def')
-rw-r--r-- | templates/protocols/rpki/initial-synchronization-timeout/node.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/protocols/rpki/initial-synchronization-timeout/node.def b/templates/protocols/rpki/initial-synchronization-timeout/node.def new file mode 100644 index 00000000..43d2016f --- /dev/null +++ b/templates/protocols/rpki/initial-synchronization-timeout/node.def @@ -0,0 +1,7 @@ +type: u32 +help: Initial RPKI cache synchronization timeout + +create: vtysh -c 'conf t' -c 'rpki' -c 'rpki initial-synchronisation-timeout $VAR(@)' +update: vtysh -c 'conf t' -c 'rpki' -c 'rpki initial-synchronisation-timeout $VAR(@)' +delete: vtysh -c 'conf t' -c 'rpki' -c 'no rpki initial-synchronisation-timeout' + |