GithubHelp home page GithubHelp logo

edgerouter-x-patches's Introduction

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:

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

edgerouter-x-patches's People

Contributors

frankkkkk avatar

Watchers

 avatar  avatar

edgerouter-x-patches's Issues

Patch the firmware

Add a way to patch the firmware (.tar) so that the modifications are included out of the box

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.