diff options
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/honeycomb/config_nat.url | 1 | ||||
-rw-r--r-- | resources/templates/honeycomb/oper_nat.url | 1 | ||||
-rw-r--r-- | resources/templates/vat/snat/snat_interface_dump.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/snat/snat_mapping_dump.vat | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/resources/templates/honeycomb/config_nat.url b/resources/templates/honeycomb/config_nat.url new file mode 100644 index 0000000000..e323aedea9 --- /dev/null +++ b/resources/templates/honeycomb/config_nat.url @@ -0,0 +1 @@ +/restconf/config/ietf-nat:nat-config
\ No newline at end of file diff --git a/resources/templates/honeycomb/oper_nat.url b/resources/templates/honeycomb/oper_nat.url new file mode 100644 index 0000000000..1445f4064b --- /dev/null +++ b/resources/templates/honeycomb/oper_nat.url @@ -0,0 +1 @@ +/restconf/operational/ietf-nat:nat-state
\ No newline at end of file diff --git a/resources/templates/vat/snat/snat_interface_dump.vat b/resources/templates/vat/snat/snat_interface_dump.vat new file mode 100644 index 0000000000..599c82d8d7 --- /dev/null +++ b/resources/templates/vat/snat/snat_interface_dump.vat @@ -0,0 +1 @@ +snat_interface_dump
\ No newline at end of file diff --git a/resources/templates/vat/snat/snat_mapping_dump.vat b/resources/templates/vat/snat/snat_mapping_dump.vat new file mode 100644 index 0000000000..7ac763b4f3 --- /dev/null +++ b/resources/templates/vat/snat/snat_mapping_dump.vat @@ -0,0 +1 @@ +snat_static_mapping_dump
\ No newline at end of file |