trafgen: parser: Add terminating ';' to mpls_expr and icmpv6_proto rules
commitfeb7ac09c8cf37ef2b01611c2863e1a0123ffeca
authorTobias Klauser <tklauser@distanz.ch>
Wed, 11 Jan 2017 15:11:37 +0000 (11 16:11 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Wed, 11 Jan 2017 15:11:37 +0000 (11 16:11 +0100)
treea21bf12b08cf4b4776347bb2c96592487a0aad88
parentfad3a14b7fd8cc490a1625e0dbdf606e4c896476
trafgen: parser: Add terminating ';' to mpls_expr and icmpv6_proto rules

The rules mpls_expr and icmpv6_proto are missing a terminating
semicolon. Even though bison seems to accept the rules this way, make
them consistent with all the others in the file.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
trafgen_parser.y