diff options
author | Jon Loeliger <jdl@netgate.com> | 2018-12-20 11:47:30 -0600 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-12-21 17:06:40 +0000 |
commit | fc7344f9beffe506085730e8e03f7c8771deb3a6 (patch) | |
tree | c4c6cb47f30e3bc4ea0b884c31a2f8af0777abde /src/plugins/map/map.api | |
parent | a45dc07c153c4dd350b02fd30de471bbdb838ac9 (diff) |
MAP: Convert from DPO to input feature.
Change-Id: I25c86aea23dff19656449b23133db27b1f062ac0
Signed-off-by: Jon Loeliger <jdl@netgate.com>
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/map/map.api')
-rw-r--r-- | src/plugins/map/map.api | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/map/map.api b/src/plugins/map/map.api index 752d1b55d9c..f64fe4ccd0d 100644 --- a/src/plugins/map/map.api +++ b/src/plugins/map/map.api @@ -13,7 +13,7 @@ * limitations under the License. */ -option version = "2.3.0"; +option version = "3.0.0"; import "vnet/ip/ip_types.api"; @@ -38,8 +38,6 @@ define map_add_domain u8 ea_bits_len; u8 psid_offset; u8 psid_length; - bool is_translation; - bool is_rfc6052; u16 mtu; }; @@ -108,7 +106,6 @@ define map_domain_details u8 psid_length; u8 flags; u16 mtu; - bool is_translation; }; define map_rule_dump |