From jethro.binks at strath.ac.uk Fri Jun 4 20:48:38 2021 From: jethro.binks at strath.ac.uk (Jethro R Binks) Date: Fri, 4 Jun 2021 21:48:38 +0100 (BST) Subject: [rancid] Support for new OS (HP) ArubaOS-CX In-Reply-To: References: Message-ID: <611r533-1s95-ro16-727s-57566rs851qs@fgengu.np.hx> Interest here, but not been able to get development time to look at it. Jethro. On Wed, 5 May 2021, Viktor Svanstr?m wrote: > Hi list, > I have a Aruba JL581A HPE Aruba 8320 Switch running ArubaOS-CX TL.10.04.2000. At the moment it seems like there is no support for this OS in rancid? Is there any plan to support it or has anyone out there managed to make their own custom login script? > > Best regards Viktor > > . . . . . . . . . . . . . . . . . . . . . . . . . Jethro R Binks, Network Manager, Information Services Directorate, University Of Strathclyde, Glasgow, UK The University of Strathclyde is a charitable body, registered in Scotland, number SC015263. From hank at efes.iucc.ac.il Mon Jun 14 10:34:36 2021 From: hank at efes.iucc.ac.il (Hank Nussbacher) Date: Mon, 14 Jun 2021 13:34:36 +0300 Subject: [rancid] Newbie question - ACL changes causing too many diffs Message-ID: <1ea913ee-889b-96e0-51be-b88bacd8fa63@efes.iucc.ac.il> An HTML attachment was scrubbed... URL: From Johannes.Herlitz at EnProIndustries.com Mon Jun 14 11:47:00 2021 From: Johannes.Herlitz at EnProIndustries.com (Herlitz, Johannes) Date: Mon, 14 Jun 2021 11:47:00 +0000 Subject: [rancid] Newbie question - ACL changes causing too many diffs In-Reply-To: <1ea913ee-889b-96e0-51be-b88bacd8fa63@efes.iucc.ac.il> References: <1ea913ee-889b-96e0-51be-b88bacd8fa63@efes.iucc.ac.il> Message-ID: You could have RANCID ignore all ACL lines in a config. Modify the source code: edit lib/rancid/ios.pm and search for "sub WriteTerm". RANCID ignores a few config lines already by default, e.g. the "Last configuration" line at the beginning of a "sh run". You should see it in the sub WriteTerm. Inside the WriteTerm sub, add your own regex pattern && next command to ignore lines containing patterns you don?t want backed up by RANCID, e.g.: /^ (permit|deny) / && next; Should ignore all ACL entries. From: Rancid-discuss On Behalf Of Hank Nussbacher Sent: Monday, June 14, 2021 12:35 PM To: rancid-discuss at www.shrubbery.net Subject: [rancid] Newbie question - ACL changes causing too many diffs CAUTION: This message originated from outside of the organization. Be cautious opening any links or attachments. Using rancid to monitor router diffs, we see that numerous routers generate diffs every 5 minutes because they have automated processes to auto-update their ACLs against attacks. How can one config rancid to ignore ACL changes? Thanks, Hank ----------Legal Disclaimer---------- The information contained in this message may be privileged and confidential, and is intended solely for the use of the named addressee. No other person is authorized to access, copy or re-use this message (or any information contained herein). If you are not the intended recipient, please notify us immediately by replying to this message and delete it from your computer. -------------- next part -------------- An HTML attachment was scrubbed... URL: From hank at efes.iucc.ac.il Mon Jun 14 12:59:34 2021 From: hank at efes.iucc.ac.il (Hank Nussbacher) Date: Mon, 14 Jun 2021 15:59:34 +0300 Subject: [rancid] Newbie question - ACL changes causing too many diffs In-Reply-To: References: <1ea913ee-889b-96e0-51be-b88bacd8fa63@efes.iucc.ac.il> Message-ID: <311f14e0-ca28-7c85-d3d4-99081832385e@efes.iucc.ac.il> An HTML attachment was scrubbed... URL: From heas at shrubbery.net Mon Jun 14 17:44:22 2021 From: heas at shrubbery.net (heasley) Date: Mon, 14 Jun 2021 17:44:22 +0000 Subject: [rancid] Newbie question - ACL changes causing too many diffs In-Reply-To: <1ea913ee-889b-96e0-51be-b88bacd8fa63@efes.iucc.ac.il> References: <1ea913ee-889b-96e0-51be-b88bacd8fa63@efes.iucc.ac.il> Message-ID: Mon, Jun 14, 2021 at 01:34:36PM +0300, Hank Nussbacher: >

Using rancid to monitor router diffs, we see that numerous > routers generate diffs every 5 minutes because they have > automated processes to auto-update their ACLs against attacks. How > can one config rancid to ignore ACL changes?

There isn't a way currently, but I would implement something for you. Would you show me a few examples? please do not send html mail when you do. From henrik.cednert at filmlance.se Wed Jun 23 08:34:25 2021 From: henrik.cednert at filmlance.se (Henrik Cednert (Filmlance)) Date: Wed, 23 Jun 2021 08:34:25 +0000 Subject: [rancid] Dell N3048P, End of run not found. Regex issue? Message-ID: Hi there trying to get Rancid to work with a Dell N3048P. I'm running into probably the very same issues as here. https://shrubbery.net/pipermail/rancid-discuss/2015-June/008426.html During troubleshooting I have followed the steps in the FAQ (https://shrubbery.net/rancid/FAQ). I have tried my best to get it to work and I've tried alot so I might miss a few things here in this post. I've concluded that tlogin works fine for the login procedure, I've landed in that since that one has the same WHILE as described in the post above. Making it somewhat easier for me to modify: bin/tlogin jg-dsw01 jg-dsw01 spawn ssh -x -l rancid jg-dsw01 rancid at jg-dsw01's password: JG-DSW01>enable JG-DSW01# JG-DSW01# I think the problem boils down to the exit "procedure" here. JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed. When looking at the hostname.raw it looks like this: eula-consent support-assist reject eula-consent hiveagent reject exit JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed.^M So with that I thought that I need to modify the 'trandic' script, which I did. I copied it to a new name and modified the original 'if' line that would give a clean_run=1. Sadly, I'm horrible at regex but I've used a few online tools to verify the expression. I also added a PRINT line inside that scope so I would see if it went into it or not. Original: if (/[>#]\s?exit$/) { Current: if (/[>#]\s?exit.*$/) { I've tried others more loose as well but nothing makes it go into that 'if' when I run it. rancid at m5-server08:~$ bin/neo-jgdsw01-trancid -d jg-dsw01 executing tlogin -t 90 -c"show running-config" jg-dsw01 PROMPT MATCH: # HIT COMMAND:JG-DSW01#show running-config In ShowConfig: JG-DSW01#show running-config jg-dsw01: End of run not found jg-dsw01: clean_run is false jg-dsw01: found_end is false JG-DSW01>exitConnection to jg-dsw01 closed. rancid at m5-server08:~$ I'm new to rancid and I honeslty have no idea where to go from here. Does anyone have any pointers here? Any help greatly appreciated. Thanks. -- Henrik Disclaimer This e-mail, its contents and any files transmitted with it are confidential and may be legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient, you must not copy, distribute, or take any action in reliance upon it. If you have received this e-mail in error, please notify us immediately and delete the material from your computer system. If you are an individual, you are hereby informed that Banijay companies as data controllers are, in accordance with the General Data Protection Regulation ("GDPR"), processing and disclosing your personal data in the carrying out of its business, including, where appropriate, transferring personal data outside the European Union/EEA-area and transferring personal data to other entities within the Banijay group for their own processing as data controllers. If you are an individual, you retain all of your rights under the GDPR and may send any GDPR-related inquiries to the respective Banijay company. -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrik.cednert at filmlance.se Wed Jun 23 08:51:29 2021 From: henrik.cednert at filmlance.se (Henrik Cednert (Filmlance)) Date: Wed, 23 Jun 2021 08:51:29 +0000 Subject: [rancid] Dell N3048P, End of run not found. Regex issue? In-Reply-To: References: Message-ID: I forgot to mention, this works: bin/tlogin -c "show running-config" jg-dsw01 But the exit-line looks different from other switches. eula-consent hiveagent reject exit JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed.^M Compared to the exit when I run the same on another switch. This is the last lines in the .raw file from that switch: end ip dhcp server ! end FH-ASW05#exit Connection to fh-asw05 closed by remote host.^M Connection to fh-asw05 closed.^M That's why I landed in the conclusion that it must be that regex in my original post that's the culprit. But I'm honestly fumbling in the dark here. Maybe it's that 'end' word I should focus on. Hmm... -- Henrik ________________________________ From: Rancid-discuss on behalf of Henrik Cednert (Filmlance) Sent: 23 June 2021 10:34 To: Rancid-discuss at www.shrubbery.net Subject: [rancid] Dell N3048P, End of run not found. Regex issue? Hi there trying to get Rancid to work with a Dell N3048P. I'm running into probably the very same issues as here. https://shrubbery.net/pipermail/rancid-discuss/2015-June/008426.html During troubleshooting I have followed the steps in the FAQ (https://shrubbery.net/rancid/FAQ). I have tried my best to get it to work and I've tried alot so I might miss a few things here in this post. I've concluded that tlogin works fine for the login procedure, I've landed in that since that one has the same WHILE as described in the post above. Making it somewhat easier for me to modify: bin/tlogin jg-dsw01 jg-dsw01 spawn ssh -x -l rancid jg-dsw01 rancid at jg-dsw01's password: JG-DSW01>enable JG-DSW01# JG-DSW01# I think the problem boils down to the exit "procedure" here. JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed. When looking at the hostname.raw it looks like this: eula-consent support-assist reject eula-consent hiveagent reject exit JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed.^M So with that I thought that I need to modify the 'trandic' script, which I did. I copied it to a new name and modified the original 'if' line that would give a clean_run=1. Sadly, I'm horrible at regex but I've used a few online tools to verify the expression. I also added a PRINT line inside that scope so I would see if it went into it or not. Original: if (/[>#]\s?exit$/) { Current: if (/[>#]\s?exit.*$/) { I've tried others more loose as well but nothing makes it go into that 'if' when I run it. rancid at m5-server08:~$ bin/neo-jgdsw01-trancid -d jg-dsw01 executing tlogin -t 90 -c"show running-config" jg-dsw01 PROMPT MATCH: # HIT COMMAND:JG-DSW01#show running-config In ShowConfig: JG-DSW01#show running-config jg-dsw01: End of run not found jg-dsw01: clean_run is false jg-dsw01: found_end is false JG-DSW01>exitConnection to jg-dsw01 closed. rancid at m5-server08:~$ I'm new to rancid and I honeslty have no idea where to go from here. Does anyone have any pointers here? Any help greatly appreciated. Thanks. -- Henrik Disclaimer This e-mail, its contents and any files transmitted with it are confidential and may be legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient, you must not copy, distribute, or take any action in reliance upon it. If you have received this e-mail in error, please notify us immediately and delete the material from your computer system. If you are an individual, you are hereby informed that Banijay companies as data controllers are, in accordance with the General Data Protection Regulation (?GDPR?), processing and disclosing your personal data in the carrying out of its business, including, where appropriate, transferring personal data outside the European Union/EEA-area and transferring personal data to other entities within the Banijay group for their own processing as data controllers. If you are an individual, you retain all of your rights under the GDPR and may send any GDPR-related inquiries to the respective Banijay company. -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrik.cednert at filmlance.se Wed Jun 23 11:48:07 2021 From: henrik.cednert at filmlance.se (Henrik Cednert (Filmlance)) Date: Wed, 23 Jun 2021 11:48:07 +0000 Subject: [rancid] Dell N3048P, End of run not found. Regex issue? In-Reply-To: References: , Message-ID: So actually, I got it to work. Not sure if it's proper by-the-book and elegant solution or not, but hey... if it works it works. I had to change the lines giving successful return in ShowVersion and ShowConfig in the 'trancid' that I used here. And I'm also using my previously modified 'find exit'. ShowVersion: old: if (/^$prompt/) { $found_version=1; last}; new: if (/^.*[#>].*$/) { $found_version=1; last}; ShowConfig: old: if (/^$prompt/) { $found_end=1; $clean_run=1; return 0}; new: if (/^.*[#>].*$/) { $found_end=1; $clean_run=1; return 0 }; And in the TOP: while() { tr/\015//d; old: if (/[>#]\s?exit$/) { new: if (/[>#]\s?exit.*$/) { Cheers -- Henrik ________________________________ From: Rancid-discuss on behalf of Henrik Cednert (Filmlance) Sent: 23 June 2021 10:51 To: Rancid-discuss at www.shrubbery.net Subject: Re: [rancid] Dell N3048P, End of run not found. Regex issue? I forgot to mention, this works: bin/tlogin -c "show running-config" jg-dsw01 But the exit-line looks different from other switches. eula-consent hiveagent reject exit JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed.^M Compared to the exit when I run the same on another switch. This is the last lines in the .raw file from that switch: end ip dhcp server ! end FH-ASW05#exit Connection to fh-asw05 closed by remote host.^M Connection to fh-asw05 closed.^M That's why I landed in the conclusion that it must be that regex in my original post that's the culprit. But I'm honestly fumbling in the dark here. Maybe it's that 'end' word I should focus on. Hmm... -- Henrik ________________________________ From: Rancid-discuss on behalf of Henrik Cednert (Filmlance) Sent: 23 June 2021 10:34 To: Rancid-discuss at www.shrubbery.net Subject: [rancid] Dell N3048P, End of run not found. Regex issue? Hi there trying to get Rancid to work with a Dell N3048P. I'm running into probably the very same issues as here. https://shrubbery.net/pipermail/rancid-discuss/2015-June/008426.html During troubleshooting I have followed the steps in the FAQ (https://shrubbery.net/rancid/FAQ). I have tried my best to get it to work and I've tried alot so I might miss a few things here in this post. I've concluded that tlogin works fine for the login procedure, I've landed in that since that one has the same WHILE as described in the post above. Making it somewhat easier for me to modify: bin/tlogin jg-dsw01 jg-dsw01 spawn ssh -x -l rancid jg-dsw01 rancid at jg-dsw01's password: JG-DSW01>enable JG-DSW01# JG-DSW01# I think the problem boils down to the exit "procedure" here. JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed. When looking at the hostname.raw it looks like this: eula-consent support-assist reject eula-consent hiveagent reject exit JG-DSW01#exit JG-DSW01>exitConnection to jg-dsw01 closed.^M So with that I thought that I need to modify the 'trandic' script, which I did. I copied it to a new name and modified the original 'if' line that would give a clean_run=1. Sadly, I'm horrible at regex but I've used a few online tools to verify the expression. I also added a PRINT line inside that scope so I would see if it went into it or not. Original: if (/[>#]\s?exit$/) { Current: if (/[>#]\s?exit.*$/) { I've tried others more loose as well but nothing makes it go into that 'if' when I run it. rancid at m5-server08:~$ bin/neo-jgdsw01-trancid -d jg-dsw01 executing tlogin -t 90 -c"show running-config" jg-dsw01 PROMPT MATCH: # HIT COMMAND:JG-DSW01#show running-config In ShowConfig: JG-DSW01#show running-config jg-dsw01: End of run not found jg-dsw01: clean_run is false jg-dsw01: found_end is false JG-DSW01>exitConnection to jg-dsw01 closed. rancid at m5-server08:~$ I'm new to rancid and I honeslty have no idea where to go from here. Does anyone have any pointers here? Any help greatly appreciated. Thanks. -- Henrik Disclaimer This e-mail, its contents and any files transmitted with it are confidential and may be legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient, you must not copy, distribute, or take any action in reliance upon it. If you have received this e-mail in error, please notify us immediately and delete the material from your computer system. If you are an individual, you are hereby informed that Banijay companies as data controllers are, in accordance with the General Data Protection Regulation (?GDPR?), processing and disclosing your personal data in the carrying out of its business, including, where appropriate, transferring personal data outside the European Union/EEA-area and transferring personal data to other entities within the Banijay group for their own processing as data controllers. If you are an individual, you retain all of your rights under the GDPR and may send any GDPR-related inquiries to the respective Banijay company. -------------- next part -------------- An HTML attachment was scrubbed... URL: From heas at shrubbery.net Wed Jun 23 19:30:28 2021 From: heas at shrubbery.net (heasley) Date: Wed, 23 Jun 2021 19:30:28 +0000 Subject: [rancid] Dell N3048P, End of run not found. Regex issue? In-Reply-To: References: Message-ID: Wed, Jun 23, 2021 at 08:34:25AM +0000, Henrik Cednert (Filmlance): > Hi there > > trying to get Rancid to work with a Dell N3048P. I'm running into probably the very same issues as here. > https://shrubbery.net/pipermail/rancid-discuss/2015-June/008426.html > > During troubleshooting I have followed the steps in the FAQ (https://shrubbery.net/rancid/FAQ). > > I have tried my best to get it to work and I've tried alot so I might miss a few things here in this post. > > I've concluded that tlogin works fine for the login procedure, I've landed in that since that one has the same WHILE as described in the post above. Making it somewhat easier for me to modify: > bin/tlogin jg-dsw01 > jg-dsw01 > spawn ssh -x -l rancid jg-dsw01 > rancid at jg-dsw01's password: > > JG-DSW01>enable > > JG-DSW01# > JG-DSW01# > > > I think the problem boils down to the exit "procedure" here. > JG-DSW01#exit > > JG-DSW01>exitConnection to jg-dsw01 closed. > > > When looking at the hostname.raw it looks like this: > eula-consent support-assist reject > eula-consent hiveagent reject > exit > > JG-DSW01#exit > > JG-DSW01>exitConnection to jg-dsw01 closed.^M > > > So with that I thought that I need to modify the 'trandic' script, which I did. I copied it to a new name and modified the original 'if' line that would give a clean_run=1. Sadly, I'm horrible at regex but I've used a few online tools to verify the expression. I also added a PRINT line inside that scope so I would see if it went into it or not. Hi. What device type are you using for this device in your router.db configuration file? I am not familiar with the N3048, but it looks like it is just a switch. So, I would expect it to be device type 'dell' or 'smc'. Could you try one of those? > Original: > if (/[>#]\s?exit$/) { > > Current: > if (/[>#]\s?exit.*$/) { > > I've tried others more loose as well but nothing makes it go into that 'if' when I run it. > > rancid at m5-server08:~$ bin/neo-jgdsw01-trancid -d jg-dsw01 > executing tlogin -t 90 -c"show running-config" jg-dsw01 > PROMPT MATCH: # > HIT COMMAND:JG-DSW01#show running-config > In ShowConfig: JG-DSW01#show running-config > jg-dsw01: End of run not found > jg-dsw01: clean_run is false > jg-dsw01: found_end is false > JG-DSW01>exitConnection to jg-dsw01 closed. > rancid at m5-server08:~$ > > > I'm new to rancid and I honeslty have no idea where to go from here. > > Does anyone have any pointers here? Any help greatly appreciated. Thanks. > > > -- > > Henrik > > > Disclaimer > > This e-mail, its contents and any files transmitted with it are confidential and may be legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient, you must not copy, distribute, or take any action in reliance upon it. If you have received this e-mail in error, please notify us immediately and delete the material from your computer system. If you are an individual, you are hereby informed that Banijay companies as data controllers are, in accordance with the General Data Protection Regulation ("GDPR"), processing and disclosing your personal data in the carrying out of its business, including, where appropriate, transferring personal data outside the European Union/EEA-area and transferring personal data to other entities within the Banijay group for their own processing as data controllers. If you are an individual, you retain all of your rights under the GDPR and may send any GDPR-related inquiries to the respective Banijay company. > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at www.shrubbery.net > https://www.shrubbery.net/mailman/listinfo/rancid-discuss From henrik.cednert at filmlance.se Wed Jun 23 19:53:38 2021 From: henrik.cednert at filmlance.se (Henrik Cednert (Filmlance)) Date: Wed, 23 Jun 2021 19:53:38 +0000 Subject: [rancid] Dell N3048P, End of run not found. Regex issue? In-Reply-To: References: , Message-ID: Hello Accidently missed the proper rancid-dicuss email in my first answer, sorry for that. As seen in the following posts I got it to work. But I will post those details here if someone else has the same problem and runs into this thread. This is probably not the best solution nor good practice. But it works for us so I'll keep it like this, there are funnier things to do in life then mess with rancid configs. =) In addition to the other posts with the solution to my problem this is how my config looks like: /var/lib/rancid/observium/router.db jg-dsw01;neo-dell;up /var/lib/rancid/.cloginrc add method jg-dsw01 ssh add autoenable jg-dsw01 0 add user jg-dsw01 username add password jg-dsw01 password /etc/rancid/rancid.types.conf neo-dell;script;neo-jgdsw01-trancid neo-dell;login;clogin neo-dell;module;nxos neo-dell;inloop;nxos::inloop neo-dell;command;nxos::ShowVersion;show version neo-dell;command;nxos::WriteTerm;show running-config And the changes I've done in neo-jgdsw01-trancid compared to vanilla trancid was described in previous post. Without those changed it will NOT work. So, with all this it works. Probably not correct. But it works and life goes on. =) cheers -- Henrik ________________________________ From: heasley Sent: 23 June 2021 21:30 To: Henrik Cednert (Filmlance) Cc: rancid-discuss at shrubbery.net Subject: Re: [rancid] Dell N3048P, End of run not found. Regex issue? Wed, Jun 23, 2021 at 08:34:25AM +0000, Henrik Cednert (Filmlance): > Hi there > > trying to get Rancid to work with a Dell N3048P. I'm running into probably the very same issues as here. > https://shrubbery.net/pipermail/rancid-discuss/2015-June/008426.html > > During troubleshooting I have followed the steps in the FAQ (https://shrubbery.net/rancid/FAQ). > > I have tried my best to get it to work and I've tried alot so I might miss a few things here in this post. > > I've concluded that tlogin works fine for the login procedure, I've landed in that since that one has the same WHILE as described in the post above. Making it somewhat easier for me to modify: > bin/tlogin jg-dsw01 > jg-dsw01 > spawn ssh -x -l rancid jg-dsw01 > rancid at jg-dsw01's password: > > JG-DSW01>enable > > JG-DSW01# > JG-DSW01# > > > I think the problem boils down to the exit "procedure" here. > JG-DSW01#exit > > JG-DSW01>exitConnection to jg-dsw01 closed. > > > When looking at the hostname.raw it looks like this: > eula-consent support-assist reject > eula-consent hiveagent reject > exit > > JG-DSW01#exit > > JG-DSW01>exitConnection to jg-dsw01 closed.^M > > > So with that I thought that I need to modify the 'trandic' script, which I did. I copied it to a new name and modified the original 'if' line that would give a clean_run=1. Sadly, I'm horrible at regex but I've used a few online tools to verify the expression. I also added a PRINT line inside that scope so I would see if it went into it or not. Hi. What device type are you using for this device in your router.db configuration file? I am not familiar with the N3048, but it looks like it is just a switch. So, I would expect it to be device type 'dell' or 'smc'. Could you try one of those? > Original: > if (/[>#]\s?exit$/) { > > Current: > if (/[>#]\s?exit.*$/) { > > I've tried others more loose as well but nothing makes it go into that 'if' when I run it. > > rancid at m5-server08:~$ bin/neo-jgdsw01-trancid -d jg-dsw01 > executing tlogin -t 90 -c"show running-config" jg-dsw01 > PROMPT MATCH: # > HIT COMMAND:JG-DSW01#show running-config > In ShowConfig: JG-DSW01#show running-config > jg-dsw01: End of run not found > jg-dsw01: clean_run is false > jg-dsw01: found_end is false > JG-DSW01>exitConnection to jg-dsw01 closed. > rancid at m5-server08:~$ > > > I'm new to rancid and I honeslty have no idea where to go from here. > > Does anyone have any pointers here? Any help greatly appreciated. Thanks. > > > -- > > Henrik > > > Disclaimer > > This e-mail, its contents and any files transmitted with it are confidential and may be legally privileged. It is intended solely for the addressee(s) only. If you are not the intended recipient, you must not copy, distribute, or take any action in reliance upon it. If you have received this e-mail in error, please notify us immediately and delete the material from your computer system. If you are an individual, you are hereby informed that Banijay companies as data controllers are, in accordance with the General Data Protection Regulation ("GDPR"), processing and disclosing your personal data in the carrying out of its business, including, where appropriate, transferring personal data outside the European Union/EEA-area and transferring personal data to other entities within the Banijay group for their own processing as data controllers. If you are an individual, you retain all of your rights under the GDPR and may send any GDPR-related inquiries to the respective Banijay company. > _______________________________________________ > Rancid-discuss mailing list > Rancid-discuss at www.shrubbery.net > https://www.shrubbery.net/mailman/listinfo/rancid-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: