summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index 54304bd3..f546b9ed 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -394,8 +394,8 @@ int nft_lex(void *, void *, void *);
%token RTCLASSID "rtclassid"
%token IBRIPORT "ibriport"
%token OBRIPORT "obriport"
-%token IBRIDGENAME "ibridgename"
-%token OBRIDGENAME "obridgename"
+%token IBRIDGENAME "ibrname"
+%token OBRIDGENAME "obrname"
%token PKTTYPE "pkttype"
%token CPU "cpu"
%token IIFGROUP "iifgroup"