diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-09-13 09:03:15 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-09-13 09:16:11 +0200 |
commit | 011d002351e6472bfecdd61ed57e38e5867956f5 (patch) | |
tree | 0e604a4c95849d7bb66cd86088e6cf71f26704e3 | |
parent | 28d70d6abca90ae633cd2bd8f20c0d9a0184d074 (diff) |
gencode.c: Update a comment about the VLAN TPID test
[skip ci]
-rw-r--r-- | gencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8722,7 +8722,7 @@ gen_vlan_tpid_test(compiler_state_t *cstate) { struct block *b0, *b1; - /* check for VLAN, including QinQ */ + /* check for VLAN, including 802.1ad and QinQ */ b0 = gen_linktype(cstate, ETHERTYPE_8021Q); b1 = gen_linktype(cstate, ETHERTYPE_8021AD); gen_or(b0,b1); |