diff options
| author | yangwei <[email protected]> | 2023-08-15 13:44:18 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-15 13:46:04 +0800 |
| commit | 613c162cf985a03a6dd2c5bcdf6255f027073430 (patch) | |
| tree | f9b7a5d86deed2b79282fcfa0a2f0dc262eebffc /bin | |
| parent | cb19a43355d241e195781d7476acaf57a3aeb932 (diff) | |
✨ feat(inject_pkt_prepend_segment_id): support set sid for inject pkt
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/etc/sapp.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml index 65fccd1..29d038e 100644 --- a/bin/etc/sapp.toml +++ b/bin/etc/sapp.toml @@ -45,7 +45,7 @@ ### raw_ethernet_single_gateway: send layer2 ethernet packet to specific gateway in same broadcast domain. ### raw_ethernet_multi_gateway: send layer2 ethernet packet to multiple gateway in same broadcast domain. inject_pkt_mode="default" - + inject_pkt_prepend_segment_id=0 ### note, this config is valid if inject_pkt_mode==vxlan_by_inline_device, means udp socket src port. #inject_mode_inline_device_sport=54789 |
