Changeset 13618 in genesis for nodes/Rustdam


Ignore:
Timestamp:
Aug 26, 2016, 9:43:15 AM (8 years ago)
Author:
rick
Message:

Re-do bridge configuration to support VLAN administation.

The current bridge implementation has limits when it comes to configuring
interfaces. Since a bridge member does not have an IP yet it has connected
interface (via an VLAN switch) thus this details needs to be stored.

It is also considered to be confusing, since bridge(4) interfaces do appea
even if you did not configure them, potentially changing configurations of all
current nodes as well, which makes testing and deployment an tricky business.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/Rustdam/wleiden.yaml

    r13587 r13618  
    8686  status     : "up"
    8787
     88iface_bridge0:
     89  comment    : "Access Point"
     90  type       : "eth"
     91  ip         : "172.17.37.1/24"
     92  dhcp       : "10-240"
    8893
     94
     95iface_re1_204:
     96  comment    : "Access Point"
     97  parent     : "bridge0"
     98  sdesc      : "2veld"
     99  mode       : "ap-wds"
     100  type       : "vlan"
     101  ssid       : "Wifi Zoeterwoude"
     102  ns_ip      : "172.17.37.2/24"
     103  ns_mac     : "00:00:00:00:00:00"
     104  ns_type    : "lm2"
     105  bridge_type: "LocoM2"
     106  status     : "up"
     107
     108
     109iface_re1_205:
     110  comment    : "Access Point"
     111  parent     : "bridge0"
     112  sdesc      : "2veld"
     113  mode       : "ap-wds"
     114  type       : "vlan"
     115  ssid       : "Wifi Zoeterwoude"
     116  ns_ip      : "172.17.37.3/24"
     117  ns_mac     : "00:00:00:00:00:00"
     118  ns_type    : "lm2"
     119  bridge_type: "LocoM2"
     120  status     : "up"
     121
     122
     123
     124
Note: See TracChangeset for help on using the changeset viewer.