diff options
author | Dave Barach <dave@barachs.net> | 2019-05-18 14:52:54 -0400 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2019-05-18 14:53:23 -0400 |
commit | 35465dc0be7d4e607f5bc3d094e2e845e61cea70 (patch) | |
tree | fc66c883ef30d787df4a58f50d1dc6d83533e35e /src/vnet/vxlan/vxlan.c | |
parent | 8fdde3c22ff981f0c41b78d3640e3249873e8495 (diff) |
emacs-lisp: add missing '\' in template
Fixes the generated setup_message_id_table(...)
implementation. Without a level of quoting in the emacs lisp skeleton,
the underscore macro used to generate calls to
vl_msg_api_add_msg_name_crc produces "fooCRC" instead of "foo_CRC".
That confuses the Python language binding.
Punctuation saves lives: "Let's eat Grandma" vs. "Let's eat, Grandma."
Or some such.
Change-Id: Ibecc20337092199d6757165ac96b70c830511bb3
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet/vxlan/vxlan.c')
0 files changed, 0 insertions, 0 deletions