diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-04 13:46:38 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-04 13:46:38 +0200 |
commit | 8dcf042a7f58dfac590b28174dc1d9b87ce5a893 (patch) | |
tree | 74acfbd69639855780f9b4608d36c48002434230 /data/templates/wwan/ip-up.script.tmpl | |
parent | 926eaabc283dabc1b2db0bafbb41bc71f9766f05 (diff) | |
download | vyos-1x-8dcf042a7f58dfac590b28174dc1d9b87ce5a893.tar.gz vyos-1x-8dcf042a7f58dfac590b28174dc1d9b87ce5a893.zip |
pppoe: T2219: move adding of default route to ip-(up|down) script
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.
Diffstat (limited to 'data/templates/wwan/ip-up.script.tmpl')
0 files changed, 0 insertions, 0 deletions