summaryrefslogtreecommitdiffstats
path: root/test/vpp_gre_interface.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-18GRE: API updateNeale Ranns1-49/+13
2019-03-29tests: refactor vpp_object.pyPaul Vinciguerra1-6/+0
2019-03-04test framework: Fix wrapper functions to match API message names.Ole Troan1-4/+4
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera1-6/+4
2018-06-22Revert "make test: fix broken interfaces"Ole Troan1-4/+6
2018-06-22make test: fix broken interfacesKlement Sekera1-6/+4
2018-05-23make test: VPP-1288 fix from sw_if_index valuesKlement Sekera1-7/+5
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo1-6/+16
2018-02-01IPv4/6 reassemblyKlement Sekera1-7/+21
2017-12-16GRE tunnel key includes the FIB tableNeale Ranns1-2/+2
2017-04-05GRE over IPv6Ciara Loftus1-0/+35
2016-11-28GRE Tests update after postinit removalNeale Ranns1-1/+3
2016-11-22GRE tests and fixesNeale Ranns1-0/+34
b; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Test VPPCOM config file
vcl {
  heapsize 1G
  heapsize 1
  vpp-api-q-length 32
  vpp-api-q-length 65536
  api-prefix daw  # this is a comment
  uid 1020 this is also a comment.
  gid 1020
# This is yet another comment!
  segment-baseva 0x300000000
  segment-size 0x10000000
  segment-size 268435456
  add-segment-size 0x1000000
  add-segment-size 134217728
  preallocated-fifo-pairs 16
  rx-fifo-size 3145728
  rx-fifo-size 0x300000
  tx-fifo-size 3145728
  tx-fifo-size 0x300000
  event-queue-size 1024
  event-queue-size 0x400
  listen-queue-size 32
  listen-queue-size 0x20
  app-timeout 54.3
  session-timeout 66.6
  accept-timeout 0.1
  app-proxy-transport-tcp
  app-proxy-transport-udp
  app-scope-local
  app-scope-global
  namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789
  namespace-id Oh_Bother!_Said_Winnie-The-Pooh
  namespace-secret 42
}