diff options
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/add_proxy_arp.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/proxy_arp_intfc_enable.vat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/add_proxy_arp.vat b/resources/templates/vat/add_proxy_arp.vat new file mode 100644 index 0000000000..42dd3992bb --- /dev/null +++ b/resources/templates/vat/add_proxy_arp.vat @@ -0,0 +1 @@ +proxy_arp_add_del {lo_ip4_addr} - {hi_ip4_addr}
\ No newline at end of file diff --git a/resources/templates/vat/proxy_arp_intfc_enable.vat b/resources/templates/vat/proxy_arp_intfc_enable.vat new file mode 100644 index 0000000000..e4d2313b70 --- /dev/null +++ b/resources/templates/vat/proxy_arp_intfc_enable.vat @@ -0,0 +1 @@ +proxy_arp_intfc_enable_disable sw_if_index {sw_if_index} enable
\ No newline at end of file |