diff options
Diffstat (limited to 'examples/bin_api/tap/tap.go')
-rw-r--r-- | examples/bin_api/tap/tap.go | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/examples/bin_api/tap/tap.go b/examples/bin_api/tap/tap.go index 451bce2..3bb6d4c 100644 --- a/examples/bin_api/tap/tap.go +++ b/examples/bin_api/tap/tap.go @@ -1,5 +1,6 @@ +// Code generated by govpp binapi-generator DO NOT EDIT. // Package tap represents the VPP binary API of the 'tap' VPP module. -// DO NOT EDIT. Generated from 'bin_api/tap.api.json' +// Generated from '../../bin_api/tap.api.json' package tap import "git.fd.io/govpp.git/api" @@ -8,7 +9,7 @@ import "git.fd.io/govpp.git/api" const VlAPIVersion = 0x4eaa2b5a // TapConnect represents the VPP binary API message 'tap_connect'. -// Generated from 'bin_api/tap.api.json', line 6: +// Generated from '../../bin_api/tap.api.json', line 6: // // ["tap_connect", // ["u16", "_vl_msg_id"], @@ -58,7 +59,7 @@ func NewTapConnect() api.Message { } // TapConnectReply represents the VPP binary API message 'tap_connect_reply'. -// Generated from 'bin_api/tap.api.json', line 24: +// Generated from '../../bin_api/tap.api.json', line 24: // // ["tap_connect_reply", // ["u16", "_vl_msg_id"], @@ -87,7 +88,7 @@ func NewTapConnectReply() api.Message { } // TapModify represents the VPP binary API message 'tap_modify'. -// Generated from 'bin_api/tap.api.json', line 31: +// Generated from '../../bin_api/tap.api.json', line 31: // // ["tap_modify", // ["u16", "_vl_msg_id"], @@ -125,7 +126,7 @@ func NewTapModify() api.Message { } // TapModifyReply represents the VPP binary API message 'tap_modify_reply'. -// Generated from 'bin_api/tap.api.json', line 43: +// Generated from '../../bin_api/tap.api.json', line 43: // // ["tap_modify_reply", // ["u16", "_vl_msg_id"], @@ -154,7 +155,7 @@ func NewTapModifyReply() api.Message { } // TapDelete represents the VPP binary API message 'tap_delete'. -// Generated from 'bin_api/tap.api.json', line 50: +// Generated from '../../bin_api/tap.api.json', line 50: // // ["tap_delete", // ["u16", "_vl_msg_id"], @@ -182,7 +183,7 @@ func NewTapDelete() api.Message { } // TapDeleteReply represents the VPP binary API message 'tap_delete_reply'. -// Generated from 'bin_api/tap.api.json', line 57: +// Generated from '../../bin_api/tap.api.json', line 57: // // ["tap_delete_reply", // ["u16", "_vl_msg_id"], @@ -209,7 +210,7 @@ func NewTapDeleteReply() api.Message { } // SwInterfaceTapDump represents the VPP binary API message 'sw_interface_tap_dump'. -// Generated from 'bin_api/tap.api.json', line 63: +// Generated from '../../bin_api/tap.api.json', line 63: // // ["sw_interface_tap_dump", // ["u16", "_vl_msg_id"], @@ -235,7 +236,7 @@ func NewSwInterfaceTapDump() api.Message { } // SwInterfaceTapDetails represents the VPP binary API message 'sw_interface_tap_details'. -// Generated from 'bin_api/tap.api.json', line 69: +// Generated from '../../bin_api/tap.api.json', line 69: // // ["sw_interface_tap_details", // ["u16", "_vl_msg_id"], |