diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-07-03 12:30:35 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-07-03 12:40:14 +0200 |
commit | 7ec72df18c9fad8165b35ecf2b66ae1e9c344df4 (patch) | |
tree | 518328094445ed4c7d06ce79a37717dcffa9d95d /l3/api | |
parent | be3846f2ac24539008629de579af5d3a12252cfe (diff) |
HC2VPP-79: use ip-address-no-zone for proxy-arp configuration
The inet:ipv4-address type was used in HC models
due to ODL bug:
https://bugs.opendaylight.org/show_bug.cgi?id=6413
which was fixed long time ago...
Change-Id: Ibb57c9b725a038784808e61c1e709663b9c9b9e6
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'l3/api')
-rw-r--r-- | l3/api/src/main/yang/proxy-arp@2018-07-03.yang (renamed from l3/api/src/main/yang/proxy-arp@2018-07-02.yang) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/l3/api/src/main/yang/proxy-arp@2018-07-02.yang b/l3/api/src/main/yang/proxy-arp@2018-07-03.yang index dc4caf2c8..a0c57f408 100644 --- a/l3/api/src/main/yang/proxy-arp@2018-07-02.yang +++ b/l3/api/src/main/yang/proxy-arp@2018-07-03.yang @@ -42,11 +42,11 @@ module proxy-arp { See the License for the specific language governing permissions and limitations under the License."; - revision "2018-07-02" { + revision "2018-07-03" { description - "Uses references to vrf-management module insted of table identifiers."; - reference - "https://jira.fd.io/browse/HC2VPP-317"; + "Revision changes: + - uses references to fib-management module instead of uint32 identifiers + - changes type of IP addresses from inet:ipv4-address to inet:ipv4-address-no-zone"; } revision "2017-03-15" { @@ -60,10 +60,10 @@ module proxy-arp { type fib-management:fib-table-list-ref; } leaf low-addr { - type inet:ipv4-address; + type inet:ipv4-address-no-zone; } leaf high-addr { - type inet:ipv4-address; + type inet:ipv4-address-no-zone; } description "Parameters for configuring Proxy ARP on interfaces."; |