search for: ubp

Displaying 7 results from an estimated 7 matches for "ubp".

Did you mean: ebp
2005 Feb 10
5
priorizing vlans in a bridge
Hi, this is my Linux Box ---------------------------- LAN 1 -----|--eth1 <---br1--->eth0.1 | | \ | | eth0--|----- 802.1q tagged 1 Mbps link | / | LAN 2 -----|--eth2 <---br2--->eth0.2 | ---------------------------- I have to bridge the 2 lans
2004 Aug 20
1
trouble with nexthop when I try to load balance
I have two internet lines and I want to do equal cost loadbalancing on the two uplinks to the internet. This is what I do: ip route add 200.200.200.0/24 dev eth2 table 200 ip route add default via 200.200.200.254 dev eth2 table 200 ip route add 100.100.100.0/24 dev eth1 table 100 ip route add default via 100.100.100.254 dev eth1 table 100 ip route add 200.200.200.0/24 src 200.200.200.1 dev eth2
2007 Aug 27
17
statvfs change
...*/ + while (sbp->f_blocks > UINT32_MAX && sbp->f_frsize < (1U << 31)) { + sbp->f_frsize <<= 1; + sbp->f_blocks >>= 1; + sbp->f_bfree >>= 1; + sbp->f_bavail >>= 1; + } +} + static int cstatvfs32(struct vfs *vfsp, struct statvfs32 *ubp) { @@ -114,10 +135,28 @@ if (ds64.f_bfree == (fsblkcnt64_t)-1) ds64.f_bfree = UINT32_MAX; + /* + * If we''re about to cause EOVERFLOW with any of the inode + * counts, cap the value(s) at UINT32_MAX. + */ + if (ds64.f_files > UINT32_MAX) + ds64.f_files = UINT32_MAX; + if (d...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...Lnp04aB~kt(`{;NlRO`aYioxvHZpi|cw<K&krhf{O{&bRP z0hT)e_xRomQrd4MhB5ot{><%NKbDZ|3}gGuNq%ArX=1v!qjJVlBpbyTT+n%Nb)7}1 zk+CZ_c6w7JZ2h|!cCkhJ)cU%128&6AC!p(z#h@32>zQ!nc4oC^K^*7IZ~#iZ^G#0} z@U}HHOM4wP!nv&Wr^kU<0;4lRIB}M;8Uuio3T5G=#>ZIc3+9g_uRr%&wsD;9{HyrM za5yq&AD^{Ubp+RHOyg1In?CRMAgAu9bKg^r+BM-7gHHmipRVbhc1K%X%-Z`vYQ~uZ zeDqM?<}eH;v80a!)ObXv2k9$32*IR#umq(Gsp;<r==V4=KwPIeJ)_&#lI1q6AD<)b zlMZ*Ht-63^6JR7X^d|Ed_u|1a&FtrQ)9zKA-lUu>o4DkIU>CoR=r-;?Z=9PW3xJo% z4;vnUv5eX9F?3aOnoT)fzWw>H^m1wDR?pq<i-gmqpQTU|73b*IFX8%I-6?`k8vTk- zOI^byJnI*iXyavP...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...awOHj6%;<SsL!?4qq+1mNh8#%%6! zp%|r)HW|O1TJzu41I9&cH`n41{9(L3qrGYHuzBv0cotJE>nCnteiXn;CJ<B6cdBLI z6h=ap$qH!|VqOhl-oW3}^$O at Yx9T}~z*ri<`!oxTb=Gyo-xLLB5(8qI&CqY{2+(A8 zz*6)*ckeOc^P7b17(Lm at 0_;Q%M7P!D&8nw7?jR1pbKsBA&?*8p8-*yoV^BU<Tp|@c zEJvBRH4XUyB>>s-L5f&Rl!UbP<y(FdjmZ=7wh0fJ{O+B}-n12Z&~_l~+((7`qOg-Z z++CAM3yup!K)r_r5)ZG`*M0nEJ8<}ujyG1Fnf0!IU3ix};HG52=G(=eHw3v<KjTJD ztidH7B;{R{n%eoG|FZW<_o~e?b4yL{2P<{2<gO=rJF$D5CUhaT`BC6dp)i!hQhrA3 z16Pd?jM1L3yMj<}>Z};JG=b at YSU7U(S;I`hO%8&PHUx(zSf&Cm%s|@0_IZv%6=HU~ zdn&xtjZoT5ot2(...
2004 Aug 18
0
"RTNETLINK answers: Invalid argument" when adding default multipath route
Hi everybody, I''m not so glad because of the error I describe in the subject. I have two internet lines and I want to do equal cost loadbalancing on the two uplinks to the internet. This is what I do: ip route add 200.200.200.0/24 dev eth2 table 200 ip route add default via 200.200.200.254 dev eth2 table 200 ip route add 100.100.100.0/24 dev eth1 table 100 ip route add default via
2004 Aug 24
0
iproute2 in a MIPS processor
Hi, i''m trying to do loadbalancing with a linux embedded with a MIPS procesor, but I''m in trouble. I have the kernel 2.4.20, and iproute2 ss010824. I compiled without errors, but when I executed the ip comand to install de mutipath default route I get the following error (all the previous commands have been executed according to the LARTC-HOWTO in section 4.2): linux# ip route