Age | Commit message (Collapse) | Author |
|
The old implementation actually did not work as the Quotes "" around the
"vrf foo" statement got actually lost in translation.
|
|
|
|
|
|
As PPPoE interfaces should be part of a VRF it is required that the default
can also be set into the specified VRF. The default way of PPP by setting the
"defaultroute" option does not take a VRF into account. In this case PPP
installs a Kernel route forwarding all default traffic over this interface.
This change installs a static route with metric 1 instead into the routing
table via FRR. This is not the same as a Kernel route in terms of metric 1
compared to 0 but it should do the trick.
|
|
|
|
|
|
This makes the actual code which generates the configs much more human
readable.
|
|
This makes the actual code which generates the configs much more human
readable.
|
|
(cherry picked from commit 8a1e66ef20e872bd4f6c9adc68befbf09e9ef122)
|
|
|
|
Only disable-route-autoinstall (install_routes = yes/no) for now.
|