mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-20 18:18:43 +00:00
SOURCE should really refer to rta->source, not rta->gw.
Please check that all rta attributes are available, I guess that at least rta->dest is missing.
This commit is contained in:
parent
499cb346f6
commit
b157361533
@ -393,7 +393,7 @@ term:
|
||||
|
||||
| rtadot GW { $$ = f_new_inst(); $$->code = 'a'; $$->aux = T_IP; $$->a2.i = OFFSETOF(struct rta, gw); }
|
||||
| rtadot NET { $$ = f_new_inst(); $$->code = 'a'; $$->aux = T_PREFIX; $$->a2.i = 0x12345678; }
|
||||
| rtadot SOURCE { $$ = f_new_inst(); $$->code = 'a'; $$->aux = T_ENUM_RTS; $$->a2.i = OFFSETOF(struct rta, gw); }
|
||||
| rtadot SOURCE { $$ = f_new_inst(); $$->code = 'a'; $$->aux = T_ENUM_RTS; $$->a2.i = OFFSETOF(struct rta, source); }
|
||||
|
||||
| rtadot dynamic_attr { $$ = $2; $$->code = P('e','a'); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user