Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-10 Thread Alexandru Ardelean
On Sat, Sep 9, 2017 at 10:51 PM, Baptiste Jonglez wrote: > On 09-09-17, Baptiste Jonglez wrote: >> On 05-09-17, Alexandru Ardelean wrote: >> > The `proto_add_dynamic_defaults()` seems to be called mostly >> > in the context of LTE/3G modems (via wwan, qmi, etc) setup.

Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-09 Thread Baptiste Jonglez
On 09-09-17, Baptiste Jonglez wrote: > On 05-09-17, Alexandru Ardelean wrote: > > The `proto_add_dynamic_defaults()` seems to be called mostly > > in the context of LTE/3G modems (via wwan, qmi, etc) setup. > > > > When they get setup, these devices override default routes. > > > > However,

Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-09 Thread Baptiste Jonglez
Hi, On 05-09-17, Alexandru Ardelean wrote: > The `proto_add_dynamic_defaults()` seems to be called mostly > in the context of LTE/3G modems (via wwan, qmi, etc) setup. > > When they get setup, these devices override default routes. > > However, depending on setup, we want these modems to > be

Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-05 Thread Alexandru Ardelean
On Tue, Sep 5, 2017 at 11:05 PM, Hans Dedecker wrote: > On Tue, Sep 5, 2017 at 1:39 PM, Alexandru Ardelean > wrote: >> The `proto_add_dynamic_defaults()` seems to be called mostly >> in the context of LTE/3G modems (via wwan, qmi, etc) setup. >> >>

Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-05 Thread Hans Dedecker
On Tue, Sep 5, 2017 at 1:39 PM, Alexandru Ardelean wrote: > The `proto_add_dynamic_defaults()` seems to be called mostly > in the context of LTE/3G modems (via wwan, qmi, etc) setup. > > When they get setup, these devices override default routes. > > However, depending on