From 36987d703832256ccb021f0e139f1f6dd142d676 Mon Sep 17 00:00:00 2001 From: Wojciech Dec Date: Tue, 19 Jul 2016 19:54:25 +0200 Subject: Proxy ARP reader/writer Change-Id: Iabb947e89cbb906e78e4d87bc99fb5e8d09e495c Signed-off-by: Wojciech Dec --- v3po/api/src/main/yang/v3po.yang | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'v3po/api/src/main/yang/v3po.yang') diff --git a/v3po/api/src/main/yang/v3po.yang b/v3po/api/src/main/yang/v3po.yang index e99da965c..fbcb76ccb 100644 --- a/v3po/api/src/main/yang/v3po.yang +++ b/v3po/api/src/main/yang/v3po.yang @@ -400,6 +400,22 @@ module v3po { } } + grouping proxy-arp-attributes { + description + "Parameters for configuring Proxy ARP on interfaces."; + + leaf vrf-id { + type uint32; + default 0; + } + leaf low-addr { + type inet:ipv4-address; + } + leaf high-addr { + type inet:ipv4-address; + } + } + grouping acl-base-attributes { description "Defines references to classify tables. @@ -506,6 +522,10 @@ module v3po { uses vxlan-gpe-base-attributes; } + container proxy-arp { + uses proxy-arp-attributes; + } + container acl { uses acl-base-attributes; } @@ -582,6 +602,10 @@ module v3po { uses l2-base-attributes; } + container proxy-arp { + uses proxy-arp-attributes; + } + container acl { uses acl-base-attributes; } -- cgit 1.2.3-korg