Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Before
  2. -------
  3.  
  4. config interface 'lan'
  5. option ifname 'eth0.1'
  6. option force_link '1'
  7. option type 'bridge'
  8. option proto 'static'
  9. option netmask '255.255.255.0'
  10. option ip6assign '60'
  11. option ipaddr '192.168.1.1'
  12.  
  13.  
  14. config switch_vlan
  15. option device 'switch0'
  16. option vlan '1'
  17. option ports '0t 2 3 4 5'
  18.  
  19.  
  20. After
  21. -----
  22.  
  23. config interface 'lan'
  24. option ifname 'eth0.1'
  25. option force_link '1'
  26. option type 'bridge'
  27. option proto 'static'
  28. option netmask '255.255.255.0'
  29. option ip6assign '60'
  30. option ipaddr '192.168.1.1'
  31.  
  32.  
  33. config switch_vlan
  34. option device 'switch0'
  35. option vlan '3'
  36. option ports '0t 2 3 4 5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement