Add Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
authorMehak Mahajan <mmahajan@nicira.com>
Thu, 16 Aug 2012 21:25:07 +0000 (14:25 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Thu, 16 Aug 2012 21:52:04 +0000 (14:52 -0700)
Currently, if a controller having a nonzero id registers to get a
OFPR_INVALID_TTL async message, it will not receive it.  This is because
compose_dec_ttl() only sent the invalid ttl packets to the default controller
id.  NXAST_DEC_TTL_CNT_IDS is a new action that accepts a list of controller
ids, each separated by `,', to which the OFPR_INVALID_TTL packets must be sent.
The earlier requirement of the controller having to explicitly register to
receive these asynchronous messages is retained.
The syntax of this action is:
    dec_ttl(id1,id2)
where id1, id2 are valid controller ids.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>

No differences found