ofproto: Update time of super-rule to match sub-rule
authorJustin Pettit <jpettit@nicira.com>
Sat, 14 Nov 2009 02:53:28 +0000 (18:53 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 14 Nov 2009 22:20:16 +0000 (14:20 -0800)
commit4836f9f2bfa5dc0531bd1d828aae96ccd6b415cb
tree9f01fa7a70ad9d7a747db8623902c370b8f967a4
parent436cf33bb74f422ef3fe02527eeebf6b0817fa04
ofproto: Update time of super-rule to match sub-rule

Rules keep track of their creation and last used time.  When a sub-rule
is updated, it wasn't updating the time of its super-rule.  This commit
fixes that behavior.

Thanks to Jesse Gross for the help tracking this down.
ofproto/ofproto.c