Igalia / snabb

Snabb Switch: Fast open source packet processing
Apache License 2.0
48 stars 5 forks source link

Bump snabb-softwire-v2 revision date #1218

Closed wingo closed 5 years ago

wingo commented 5 years ago

Prevents configurations compiled against the pre-flow-label schema from being loaded against the current schema. They will be recompiled instead on the fly.

wingo commented 5 years ago

Example output:

sudo ./snabb lwaftr run --ingress-drop-monitor=flush --cpu 7 --conf foo.conf --on-a-stick 82:00.0
LUA       obj/lib/timers/ingress_drop_monitor_lua.o
YANG      obj/lib/yang/snabb-softwire-v2_yang.o
GEN       obj/version.lua.gen
LUA       obj/version.lua
LINK      snabb
BINARY    3.9M snabb
foo.conf: loading compiled configuration from foo.o
foo.conf: expected schema revision date 2018-10-13 in compiled file, but got "2017-04-17"
/foo.conf: loading source configuration
foo.conf: wrote compiled configuration foo.o
wingo commented 5 years ago

pretty sure this nfv selftest fail is a flake, going to merge!