Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 5, 2018
1 parent c95461d commit 8acb3e5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/config/networking.rnc
Expand Up @@ -69,8 +69,6 @@ interface =
wireless? &
wifi_settings? &

bridge_settings? &

dhclient_set_down_link? &

element firewall { "yes" | "no" }?
Expand Down Expand Up @@ -181,16 +179,6 @@ wireless_wpa_identity = element wireless_wpa_identity { text }
wireless_wpa_password = element wireless_wpa_password { text }
wireless_wpa_psk = element wireless_wpa_psk { text }

#
# Bridge
#
bridge_settings = (
element bridge { "yes" | "no" }? &
element bridge_ports { text }? &
element bridge_stp { "on" | "off" }? &
element bridge_forwarddelay { text }?
)

#
# MODULES
#
Expand Down

0 comments on commit 8acb3e5

Please sign in to comment.