summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2016-08-30 14:49:58 +0200
committerFilip Tehlar <ftehlar@cisco.com>2016-08-31 09:04:50 +0200
commit1df1d674eaace35d52973786403eb1dbe3c0d5eb (patch)
tree39546a92cb3715a957fe44f9318ae3a2cc3718bb /tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat
parent4543d2821b1ab69579a525d83497ff84e9084bed (diff)
Use VAT in testsstable/1609
Change-Id: If8f08c5e998c5fbd9ea5c1f0252a77e01ea347ec Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat')
-rw-r--r--tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat b/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat
new file mode 100644
index 0000000..8a87b93
--- /dev/null
+++ b/tests/data_plane/configs/vpp_lite_config/rtr_single_iface/4o4/vpp3.vat
@@ -0,0 +1,8 @@
+lisp_enable_disable enable
+
+lisp_add_del_locator_set locator-set ls1
+lisp_add_del_locator locator-set ls1 iface host-xtr_rtr2 p 1 w 1
+
+lisp_pitr_set_locator_set locator-set ls1
+lisp_add_del_remote_mapping add vni 0 deid 6.0.0.0/16 action 2
+lisp_add_del_map_resolver 6.0.3.100
8 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286