From e03effe522c038ba03d3cb31ca716a3eee7a5d72 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 23 Feb 2017 12:46:28 +0100 Subject: HC2VPP-84: multiple ARP proxy ranges support Change-Id: If3e2b8b889a62ce8b9e62f854c592c24f319c0d4 Signed-off-by: Marek Gradzki --- v3po/api/src/main/yang/v3po.yang | 24 ------------------------ 1 file changed, 24 deletions(-) (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 6333ec58d..14ca14d92 100644 --- a/v3po/api/src/main/yang/v3po.yang +++ b/v3po/api/src/main/yang/v3po.yang @@ -506,22 +506,6 @@ 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 span-attributes { description "Parameters of the SPAN feature"; @@ -599,10 +583,6 @@ module v3po { uses vxlan-gpe-base-attributes; } - container proxy-arp { - uses proxy-arp-attributes; - } - container acl { container ingress { uses vpp-classfier-acl:acl-base-attributes; @@ -698,10 +678,6 @@ module v3po { uses l2-base-attributes; } - container proxy-arp { - uses proxy-arp-attributes; - } - container acl { container ingress { uses vpp-classfier-acl:acl-base-attributes; -- cgit 1.2.3-korg