Re: increasing max value of rdomain/rtable

2022-04-01 Thread Valdrin MUJA
Hmm I get it. Thanks Stuart. You are very helpful as always.

--
Valdrin

From: owner-m...@openbsd.org  on behalf of Stuart 
Henderson 
Sent: Friday, April 1, 2022 10:43
To: misc@openbsd.org 
Subject: Re: increasing max value of rdomain/rtable

On 2022-04-01, Valdrin MUJA  wrote:
> I want to increase the number of rdomain/rtable from 255 to 1024. I will do 
> this at my own risk. I had a look at the kernel code but couldn't figure out 
> how to upgrade it. I would be very grateful if you could guide me on this. 
> Thanks in advance.

I'm not sure if that's possible without wider changes, struct dommp
only allows for 8 bits for rdomains.

--
Please keep replies on the mailing list.



Re: increasing max value of rdomain/rtable

2022-04-01 Thread Stuart Henderson
On 2022-04-01, Valdrin MUJA  wrote:
> I want to increase the number of rdomain/rtable from 255 to 1024. I will do 
> this at my own risk. I had a look at the kernel code but couldn't figure out 
> how to upgrade it. I would be very grateful if you could guide me on this. 
> Thanks in advance.

I'm not sure if that's possible without wider changes, struct dommp
only allows for 8 bits for rdomains.

-- 
Please keep replies on the mailing list.



increasing max value of rdomain/rtable

2022-03-31 Thread Valdrin MUJA
Hello,

I want to increase the number of rdomain/rtable from 255 to 1024. I will do 
this at my own risk. I had a look at the kernel code but couldn't figure out 
how to upgrade it. I would be very grateful if you could guide me on this. 
Thanks in advance.

--
Valdrin