Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ifcae_bridge.c does not correctly create the first bridge #5

Open
Liroy2003 opened this issue Sep 17, 2019 · 1 comment
Open

ifcae_bridge.c does not correctly create the first bridge #5

Liroy2003 opened this issue Sep 17, 2019 · 1 comment

Comments

@Liroy2003
Copy link

Liroy2003 commented Sep 17, 2019

Hey,

im having trouble when using the softgred.conf, the first bridge from the conf is not being attached correctly to the gre interface. Here is my console output:


[2019-09-17 09:24:36] ** dbg iface_bridge.c:33 iface_bridge_attach(): Add vlan '1000' in GRE 'sgre0.1000' and attaching with bridge ''
[2019-09-17 09:24:36] ** dbg iface_bridge.c:33 iface_bridge_attach(): Add vlan '10' in GRE 'sgre0.10' and attaching with bridge 'br-hotspot'
[2019-09-17 09:24:36] ** dbg iface_bridge.c:33 iface_bridge_attach(): Add vlan '11' in GRE 'sgre0.11' and attaching with bridge 'br-radius'

and here is my softgred.conf:

# mapping
bridge-map = 1000@br-radius, 10@br-hotspot, 11@br-radius

it is not big issue since i use a placeholder for the first bridge and the rest works without problems but i would like to know why this happens.

@jpereira
Copy link
Owner

Hi @Liroy2003 , I don't know why but only now I figured out that I am not receiving messages from my repo. so, I will take a look at it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants