https://github.com/frankkkkk/edgerouter-x-patches
Some patches applied to the ER-X firmware
https://github.com/frankkkkk/edgerouter-x-patches
edgeos edgerouter er-x ubiquiti
Last synced: 4 months ago
JSON representation
Some patches applied to the ER-X firmware
- Host: GitHub
- URL: https://github.com/frankkkkk/edgerouter-x-patches
- Owner: Frankkkkk
- Created: 2024-03-15T00:39:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T00:47:46.000Z (over 1 year ago)
- Last Synced: 2025-02-25T12:56:07.959Z (4 months ago)
- Topics: edgeos, edgerouter, er-x, ubiquiti
- Language: Perl
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubiquiti EdgeRouter-X (ER-X) patches
This repo contains patches that fixes some of the lacking features/bug of the edgerouter-x (and I guess all devices using version 2 of the firmware).
## Static IPv6 route on route-table lacking interface
It is (was) not possible to specify an interface when declaring a static route
on a specific route table.This works on static routes, but not on route tables.
This now works (see the commit) and enables things like:
```vyatta
protocols {
static {
table 10 {
route6 ::/0 {
next-hop fe80::2066:cfff:fe61:54e3 {
interface eth3
}
}
}
}
}
```
This is useful (mandatory, even), when using link-local addresses