aboutsummaryrefslogtreecommitdiffstats
path: root/vpp
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2016-12-18 13:15:08 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2016-12-19 21:38:35 +0000
commitf5984bde0462f21402ba5c2c3ad04e44440402eb (patch)
tree2e37bbe0479e63e91cab687f4fad858f57a338d5 /vpp
parent65cc8c0dbf04f2418200e682caeae9c1e7396e10 (diff)
Python API: Add back support for old-style VLA, e.g. mask[0]
Change-Id: I5be6bfe522e5ea93934f0ddf75d4e4707376dc0c Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'vpp')
-rw-r--r--vpp/vpp-api/vpe.api2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp/vpp-api/vpe.api b/vpp/vpp-api/vpe.api
index b13c2606667..d5818cb7518 100644
--- a/vpp/vpp-api/vpe.api
+++ b/vpp/vpp-api/vpe.api
@@ -814,8 +814,8 @@ define sr_tunnel_add_del
u16 flags_net_byte_order;
u8 n_segments;
u8 n_tags;
- u8 segs_and_tags[0];
u8 policy_name[64];
+ u8 segs_and_tags[0];
};
/** \brief IPv6 segment routing tunnel add / del response