Santiago Piccinini

Results 85 comments of Santiago Piccinini

I would say that the API of session creation should create the session "in the background" (returnin the ubus answer right away). What do you think?

Great debugging @ilario ! I think (but may be wrong) that anygw was implemented using a macvlan primarly for this purpose!

> A source release is much better than nothing :) > And if we have a Chef-like convenient tool to build the binaries, that would be 100% perfect! > >...

> We should certainly wait for 20.x to be released and give it maybe a month to settle. **Please do not do any release before 20.x**! Given that this will...

I am thinking in tagging a new release next week, on Tue 22 if no critcal bug arises. As the LiMe release don't need to be tied to any openwrt...

> Sounds good. What if we tag a release candidate, make a call for testing also on 19.07 (until now the testing was very limited on this front) and set...

Hi! I've cherry-picked bug fixes and some other commits from master, but not all, and tagged 20.09-rc.2. Some enhancements from master that are not very well tested are not included....

Thanks Ilario for spoting which commits are not present! > I checked a bit the commits list which are in master and not in v20.09-rc.2: > > * Add missing...

I've backported fixes that landed in master in the last days and tagged v20.09-rc.3 https://github.com/libremesh/lime-packages/releases/tag/v20.09-rc.3 If there are no new big issues I will be releasing 20.09 with only modification...

> config generic_uci_config firewall_wan > list uci_set 'firewall.@zone[1].input=ACCPET' > other_stuff_for_creating_the_filters_for_port_22_80_443_which_I_have_no_idea_how_to_achieve > ``` > > @spiccinini do you know how we can create a whole new rule with the generic_uci_config system?...