Pull request: https://github.com/vyos/vyos-1x/pull/305
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Apr 5 2020
I was not able to recreate that issue. Both /24 and /8 networks were tested.
All the tests have been done on the VyOS 1.3-rolling-202004020117.
vyos@R7# run show configuration commands | match "mpls|address|ospf" set interfaces dummy dum0 address '1.1.1.1/32' set interfaces ethernet eth1 address '10.0.0.1/24' set protocols mpls ldp discovery transport-ipv4-address '1.1.1.1' set protocols mpls ldp interface 'eth1' set protocols mpls ldp router-id '1.1.1.1' set protocols ospf area 0 network '0.0.0.0/0' set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '1.1.1.1'
set interfaces dummy dum0 address '2.2.2.2/32' set interfaces ethernet eth1 address '10.0.0.2/24' set interfaces ethernet eth2 address '10.0.255.1/24' set protocols mpls ldp discovery transport-ipv4-address '2.2.2.2' set protocols mpls ldp interface 'eth1' set protocols mpls ldp interface 'eth2' set protocols mpls ldp router-id '2.2.2.2' set protocols ospf area 0 network '0.0.0.0/0' set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '2.2.2.2'
set interfaces dummy dum0 address '3.3.3.3/32' set interfaces ethernet eth1 address '10.0.255.2/24' set protocols mpls ldp discovery transport-ipv4-address '3.3.3.3' set protocols mpls ldp interface 'eth1' set protocols mpls ldp router-id '3.3.3.3' set protocols ospf area 0 network '0.0.0.0/0' set protocols ospf parameters abr-type 'cisco' set protocols ospf parameters router-id '3.3.3.3'
hi,
Please show router configurations, VyOS_R7, VyOS_R8, VyPS_R9.
I tried mpls configuration as your sample, but I could not establish ldp neighbor.
Apr 4 2020
These are the VyOS 1.2 configuration commands for a mixed-mode 5GHz AP:
Found it. My bad.
Add support PIM dr-priority (Designated Router Election Priority) and IGMP join
https://github.com/vyos/vyos-1x/pull/304
weird, the code is actually there:
That should actually not be possible with the verify() step - looks like a bug in the code
Sure, go ahead. Thanks!
Pull request: https://github.com/vyos/vyos-1x/pull/303
I could not tell you why it was decided to be this way.
As indicated, I could not test this patch.
Pull request: https://github.com/vyos/vyos-1x/pull/301
This work is now completed.
@kroy could you please confirm that we can close this issue :-)
duplicate of T149 ?
I can try to tackle this if noone else is working on it.
This is the logic from my old wireless-hostapd.pl file:
1.3 rolling does not affect.
PR for CRUX https://github.com/vyos/vyatta-cfg-system/pull/122
This is the logic from my old wireless-hostapd.pl file:
Here is the logic from my old wireless-hostapd.pl file:
Aye, from what I see in my old wireless-hostap.pl, logic should go like this. Every "print" is output to the wlanX.cfg which serves as config input for hostapd.
Sorry, this is actually invalid as this patch is used in upstream Debian PPP
Hi @alainlamar how should the generated configuration look like?