Modify ↓
#13303 closed defect (fixed)
Only the last one static route take effect
Reported by: | xinglp <xinglp@…> | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | Trunk |
Keywords: | Cc: |
Description
ar71xx r36213
This is my /etc/config/network's route config. Only the last one take effect.
config route 'r90' option interface 'lan' option target '192.168.90.0' option netmask '255.255.255.0' option gateway '192.168.1.90' config route 'r20' option interface 'lan' option target '192.168.2.0' option netmask '255.255.255.0' option gateway '192.168.1.10' config route 'r30' option interface 'lan' option target '192.168.3.0' option netmask '255.255.255.0' option gateway '192.168.1.10' config route 'r40' option interface 'lan' option target '192.168.4.0' option netmask '255.255.255.0' option gateway '192.168.1.10'
Attachments (1)
Change History (4)
Changed 5 years ago by xinglp <xinglp@…>
comment:1 Changed 5 years ago by xinglp <xinglp@…>
comment:2 Changed 5 years ago by jow
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
fixed by revert somethings in netifd. see attachment.