cmdline: fix link due to missing symbol in version map
cmdline_token_portlist_ops fell through cracks in the initial symbol versioning patch, breaking pktgen build. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> Acked-by: Olivier Matz <olivier.matz@6wind.com> Acked-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
parent
8bfc4e3c4c
commit
f30dcd03f9
@ -48,6 +48,7 @@ DPDK_2.0 {
|
||||
cmdline_token_etheraddr_ops;
|
||||
cmdline_token_ipaddr_ops;
|
||||
cmdline_token_num_ops;
|
||||
cmdline_token_portlist_ops;
|
||||
cmdline_token_string_ops;
|
||||
cmdline_token_string_ops;
|
||||
cmdline_write_char;
|
||||
|
Loading…
x
Reference in New Issue
Block a user