On 05. des. 2017 15:47, Vinsonnaud Ludovic wrote:
Hello,
I've just tried "mode access" and it's working great, thanks a lot.
Great!
By the way, I've tested another thing for "mode trunk" this time and it seems it doesn't work. Again it's on Dell N2000 series.
After another revision of the code and testing on the N1500 that we have available we noticed one more improvement we could do regarding trunk mode. It is possible though that there are differences between N1500 and N2000 that we are unaware of.
I have updated the repository. It doesnt seem like Github is able to give you the difference between the two updates, so you need to revert the first patch - instructions below:
- Reverse the patch you have applied: - patch -p2 -R -d /usr/share/pyshared < 1625.diff
- (Optionally take a backup of 1625.diff)
- Download the new patch from - https://patch-diff.githubusercontent.com/raw/UNINETT/nav/pull/1625.diff - NB: Same filename, you need to overwrite existing file
- Apply with - patch -p2 -d /usr/share/pyshared < 1625.diff
cheers