commit | 8fbfd66c4033bb81694a8d1b80a50f8125f53ae6 | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 15:30:44 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | c42575569e2481c4caed37d856b0368410cb6648 | |
parent | b73808cc3c603f1ff3cccf225c71ff2e76313308 [diff] [blame] |
loxi-prep: default xid to None
diff --git a/tools/munger/scripts/error_gen.py b/tools/munger/scripts/error_gen.py index c8f4bf2..512a567 100644 --- a/tools/munger/scripts/error_gen.py +++ b/tools/munger/scripts/error_gen.py
@@ -39,6 +39,7 @@ ofp_error_msg.__init__(self) self.version = OFP_VERSION self.type = OFPT_ERROR + self.xid = None self.err_type = --ERROR_NAME-- self.data = ""