diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-03-10 10:00:43 +0100 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2017-03-10 10:00:43 +0100 |
commit | fb50d586985f12d1aa39eb6c5fdcd6b8a87b26da (patch) | |
tree | d9ddcc1095a51188a8af53daacab6873bb98bf5e /v3po/api/src/main/yang/nd-proxy.yang | |
parent | 17ef7d8eb8bae7b34c0ccd2d4a7610f607a90f5e (diff) |
HC2VPP-7 - L3 split to separate module
ipv4/ipv6/proxy arp/nd proxy
Change-Id: I536298dd5584f79f357e94da08d402e67e79bb71
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'v3po/api/src/main/yang/nd-proxy.yang')
-rw-r--r-- | v3po/api/src/main/yang/nd-proxy.yang | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/v3po/api/src/main/yang/nd-proxy.yang b/v3po/api/src/main/yang/nd-proxy.yang deleted file mode 100644 index ec23d564e..000000000 --- a/v3po/api/src/main/yang/nd-proxy.yang +++ /dev/null @@ -1,46 +0,0 @@ -module nd-proxy { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:vpp:nd:proxy"; - prefix "nd-proxy"; - revision "2017-03-15" { - description "Initial revision of neighbour discovery proxy model for VPP"; - } - - import ietf-inet-types { - prefix "inet"; - } - import ietf-interfaces { - prefix "if"; - } - import ietf-ip { - prefix "ip"; - } - import yang-ext { - prefix "ext"; - } - - augment /if:interfaces/if:interface/ip:ipv6 { - ext:augment-identifier "nd-proxy-ip6-augmentation"; - container nd-proxies { - list nd-proxy { - key "address"; - leaf address { - type inet:ipv6-address-no-zone; - } - } - } - } - - augment /if:interfaces-state/if:interface/ip:ipv6 { - ext:augment-identifier "nd-proxy-ip6-state-augmentation"; - container nd-proxies { - list nd-proxy { - key "address"; - leaf address { - type inet:ipv6-address-no-zone; - } - } - } - } - // TODO(HC2VPP-7): move nd-proxy module to interfaces/ip plugin -}
\ No newline at end of file |