Commit 00edb70d authored by Nils Goroll's avatar Nils Goroll

all special entries should have id zero

parent 87034056
......@@ -545,7 +545,7 @@ my %special_entries;
my $s = "unidentified";
$special_entries{enum_name('NB_E_SPECIAL_',$s)} = $line;
$e[ENTRY_ACTIVE] = 1;
$e[ENTRY_ID] = $line;
$e[ENTRY_ID] = 0;
$e[ENTRY_ORDER] = $line;
$e[ENTRY_COMMON_MATCHMASK] = 0xffffffff;
$e[ENTRY_MATCHMASK] = 0xffffffff;
......@@ -560,7 +560,7 @@ my %special_entries;
my $s = "generic wap";
$special_entries{enum_name('NB_E_SPECIAL_',$s)} = $line;
$e[ENTRY_ACTIVE] = 1;
$e[ENTRY_ID] = $line;
$e[ENTRY_ID] = 0;
$e[ENTRY_ORDER] = $line;
$e[ENTRY_COMMON_MATCHMASK] = 0xffffffff;
$e[ENTRY_MATCHMASK] = 0xffffffff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment