mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
ct-dpif: Export ct_dpif_format_ipproto()
This function will be useful for following patches. Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com> Acked-by: Justin Pettit <jpettit@ovn.org> Signed-off-by: Justin Pettit <jpettit@ovn.org>
This commit is contained in:
committed by
Justin Pettit
parent
45339539f6
commit
934f54a1bc
@@ -31,7 +31,6 @@ struct flags {
|
||||
const char *name;
|
||||
};
|
||||
|
||||
static void ct_dpif_format_ipproto(struct ds *, uint16_t ipproto);
|
||||
static void ct_dpif_format_counters(struct ds *,
|
||||
const struct ct_dpif_counters *);
|
||||
static void ct_dpif_format_timestamp(struct ds *,
|
||||
@@ -331,7 +330,7 @@ ct_dpif_format_entry(const struct ct_dpif_entry *entry, struct ds *ds,
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
ct_dpif_format_ipproto(struct ds *ds, uint16_t ipproto)
|
||||
{
|
||||
const char *name;
|
||||
|
Reference in New Issue
Block a user