Skip to content

Commit

Permalink
Merge into master from pull request #461:
Browse files Browse the repository at this point in the history
Add vfi tlv for VXLAN VPN (#461)
  • Loading branch information
abat committed Feb 16, 2016
2 parents 3feb5a9 + 39d61e5 commit 850995b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openflow_input/bsn_tlv
Original file line number Diff line number Diff line change
Expand Up @@ -655,3 +655,9 @@ struct of_bsn_tlv_status: of_bsn_tlv {
uint16_t length;
enum ofp_bsn_status value;
};

struct of_bsn_tlv_vfi : of_bsn_tlv {
uint16_t type == 99;
uint16_t length;
uint16_t value;
};

0 comments on commit 850995b

Please sign in to comment.