mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
ovs-ofctl: Add "packet-out" command.
I don't expect this to be widely useful. An upcoming commit will add a use in unit tests. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2010, 2011 Nicira Networks.
|
||||
* Copyright (c) 2010, 2011, 2012 Nicira Networks.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -42,4 +42,7 @@ bool parse_ofp_flow_mod_file(struct list *packets,
|
||||
void parse_ofp_flow_stats_request_str(struct ofputil_flow_stats_request *,
|
||||
bool aggregate, char *string);
|
||||
|
||||
|
||||
void parse_ofp_actions(const char *, struct ofpbuf *actions);
|
||||
|
||||
#endif /* ofp-parse.h */
|
||||
|
Reference in New Issue
Block a user