]> git.proxmox.com Git - ovs.git/commit
ovs-ofctl, ovs-controller: Disable flow idle timeout by default.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Sep 2010 22:21:03 +0000 (15:21 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Sep 2010 22:21:03 +0000 (15:21 -0700)
commita154533795474bd8d13a2a935c4b6719215d6907
treeef423dcf3f0e422e52a1f5a199d59d446fc548e2
parenta77d89b84ad05d880f9ad7c5b5bd3f7d221d76f3
ovs-ofctl, ovs-controller: Disable flow idle timeout by default.

Until now, flows set up by ovs-ofctl and by "ovs-controller --with-flows"
by default expired after 60 seconds of inactivity.  This was surprising,
especially in the latter case where one is normally trying to set up
permanent flows.  Even in the former case, however, we can't think of a
good reason that flows added by ovs-ofctl should expire by default.  So
this commit make flows permanent by default.

Reported-by: Michael Mao <mmao@nicira.com>
lib/ofp-parse.c
utilities/ovs-ofctl.8.in